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..e3fbb31f60719270a80e2625b66e913c10d61486 100644 |
--- a/chrome/browser/app_controller_mac.h |
+++ b/chrome/browser/app_controller_mac.h |
@@ -81,6 +81,9 @@ class WorkAreaWatcherObserver; |
scoped_ptr<PrefChangeRegistrar> profilePrefRegistrar_; |
PrefChangeRegistrar localPrefRegistrar_; |
+ |
+ // The main menu item showing the name of a currently focussed packaged app. |
+ base::scoped_nsobject<NSMenuItem> appMenuItem_; |
} |
@property(readonly, nonatomic) BOOL startupComplete; |