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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h

Issue 471023003: Make sure the new confirmation bubble is always shown upon signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show new confirmation bubble after modal dialog closed Created 6 years, 4 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/cocoa/profiles/profile_chooser_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
index d02cd701b1a14af37c1df98795c5147814795f31..0694048d5141c1d5f7a570c842cb3d8f3d0b928b 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
@@ -66,7 +66,8 @@ class WebContents;
- (id)initWithBrowser:(Browser*)browser
anchoredAt:(NSPoint)point
- withMode:(profiles::BubbleViewMode)mode
+ withViewMode:(profiles::BubbleViewMode)viewMode
+ withTutorialMode:(profiles::TutorialMode)tutorialMode
withServiceType:(signin::GAIAServiceType)GAIAServiceType;
// Creates all the subviews of the avatar bubble for |viewToDisplay|.
@@ -125,7 +126,8 @@ class WebContents;
@interface ProfileChooserController (ExposedForTesting)
- (id)initWithBrowser:(Browser*)browser
anchoredAt:(NSPoint)point
- withMode:(profiles::BubbleViewMode)mode
+ withViewMode:(profiles::BubbleViewMode)viewMode
+ withTutorialMode:(profiles::TutorialMode)tutorialMode
withServiceType:(signin::GAIAServiceType)serviceType;
@end

Powered by Google App Engine
This is Rietveld 408576698