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

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

Issue 2899083003: Delete unused tutorial code from profile switcher/user manager. (Closed)
Patch Set: fix merge Created 3 years, 7 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 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_

Powered by Google App Engine
This is Rietveld 408576698