Home
last modified time | relevance | path

Searched refs:tutorial_view (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc894 views::View* tutorial_view = NULL; in CreateProfileChooserView() local
908 tutorial_view = CreateWelcomeUpgradeTutorialViewIfNeeded( in CreateProfileChooserView()
913 tutorial_view = CreateSigninConfirmationView(); in CreateProfileChooserView()
916 tutorial_view = CreateSigninErrorView(); in CreateProfileChooserView()
927 if (tutorial_view) { in CreateProfileChooserView()
930 layout->AddView(tutorial_view); in CreateProfileChooserView()