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 02b4e41f2e56b7a471e3136ac7112abc9aeada8e..d02cd701b1a14af37c1df98795c5147814795f31 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
@@ -75,6 +75,9 @@ class WebContents; |
// Returns the view currently displayed by the bubble. |
- (profiles::BubbleViewMode)viewMode; |
+// Sets the tutorial mode of the bubble. |
+- (void)setTutorialMode:(profiles::TutorialMode)tutorialMode; |
+ |
// Switches to a given profile. |sender| is an ProfileChooserItemController. |
- (IBAction)switchToProfile:(id)sender; |