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 c7065146af5011c2fc386edf7f054d4634e551e8..623fdce374fc09793ad38890c4209a09d8b9f931 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
@@ -53,9 +53,6 @@ class GaiaWebContentsDelegate; |
// Active view mode. |
profiles::BubbleViewMode viewMode_; |
- // The current tutorial mode. |
- profiles::TutorialMode tutorialMode_; |
- |
// List of the full, un-elided accounts for the active profile. The keys are |
// generated used to tag the UI buttons, and the values are the original |
// emails displayed by the buttons. |
@@ -78,7 +75,6 @@ class GaiaWebContentsDelegate; |
- (id)initWithBrowser:(Browser*)browser |
anchoredAt:(NSPoint)point |
viewMode:(profiles::BubbleViewMode)viewMode |
- tutorialMode:(profiles::TutorialMode)tutorialMode |
serviceType:(signin::GAIAServiceType)GAIAServiceType |
accessPoint:(signin_metrics::AccessPoint)accessPoint; |
@@ -88,9 +84,6 @@ class GaiaWebContentsDelegate; |
// 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; |
@@ -139,9 +132,7 @@ class GaiaWebContentsDelegate; |
- (id)initWithBrowser:(Browser*)browser |
anchoredAt:(NSPoint)point |
viewMode:(profiles::BubbleViewMode)viewMode |
- tutorialMode:(profiles::TutorialMode)tutorialMode |
serviceType:(signin::GAIAServiceType)GAIAServiceType; |
-- (IBAction)dismissTutorial:(id)sender; |
@end |
#endif // CHROME_BROWSER_UI_COCOA_PROFILES_PROFILE_CHOOSER_CONTROLLER_H_ |