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