Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1531)

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 1120013003: Add right-click user switching tutorial bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make the pref per-chrome instead of per-profile. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index d9b59812d1169b414a1797ffc4ee645fc86132d6..5874a453fedbbbdb5faecf4e0df1e40de748bd41 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -178,9 +178,12 @@ class ProfileChooserView : public content::WebContentsDelegate,
// or configures sync through the "Settings" link.
views::View* CreateSigninConfirmationView();
- // Creates a a tutorial card to show the errors in the last Chrome signin.
+ // Creates a tutorial card to show the errors in the last Chrome signin.
views::View* CreateSigninErrorView();
+ // Creates a tutorial card telling the user about right-click user switching.
+ views::View* CreateRightClickTutorialViewIfNeeded();
+
// Creates a tutorial card. If |stack_button| is true, places the button above
// the link otherwise places both on the same row with the link left aligned
// and button right aligned. The method sets |link| to point to the newly

Powered by Google App Engine
This is Rietveld 408576698