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

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

Issue 2552423002: [Mac] Fix for avatar button active state (Closed)
Patch Set: Removed the Fast Chooser Profile Menu code in cocoa Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
index 05e33de7a92caa1f5058e39a828bc266bc6d457f..30bb5691faacffab59834f9fab8aa75d43fff459 100644
--- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
@@ -35,7 +35,6 @@ class ProfileUpdateObserver;
// as AvatarButtonErrorController.
std::unique_ptr<ProfileUpdateObserver> profileObserver_;
- @private
// The menu controller, if the menu is open.
BaseBubbleController* menuController_;
}
@@ -59,8 +58,6 @@ class ProfileUpdateObserver;
@interface AvatarBaseController (ExposedForTesting)
- (BaseBubbleController*)menuController;
-
-- (BOOL)isCtrlPressed;
@end
class ProfileUpdateObserver : public ProfileAttributesStorage::Observer,
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698