Chromium Code Reviews| Index: chrome/browser/app_controller_mac.h |
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h |
| index 46d8a051f3328c97b1c4c7ab344bd5879ebd9835..540c928b031495034a2661259089a64006669b56 100644 |
| --- a/chrome/browser/app_controller_mac.h |
| +++ b/chrome/browser/app_controller_mac.h |
| @@ -81,6 +81,8 @@ class WorkAreaWatcherObserver; |
| scoped_ptr<PrefChangeRegistrar> profilePrefRegistrar_; |
| PrefChangeRegistrar localPrefRegistrar_; |
| + |
| + base::scoped_nsobject<NSMenuItem> appMenuItem_; |
|
tapted
2013/07/04 02:43:33
Probably needs a comment here to tie this in. E.g.
jackhou1
2013/07/05 03:52:37
Done.
|
| } |
| @property(readonly, nonatomic) BOOL startupComplete; |