| 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
|
|
|
|
|