| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index cf36c0aad609596c1de91eb30d38cb5917fc0f7f..d72223b4566ad37de6054618853401b5e1730cfb 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -136,6 +136,10 @@ class WorkAreaWatcherObserver;
|
| - (void)addObserverForWorkAreaChange:(ui::WorkAreaWatcherObserver*)observer;
|
| - (void)removeObserverForWorkAreaChange:(ui::WorkAreaWatcherObserver*)observer;
|
|
|
| +// Initializes the AppShimMenuController. This enables changing the menu bar for
|
| +// apps.
|
| +- (void)initAppShimMenuController;
|
| +
|
| @end
|
|
|
| #endif // __OBJC__
|
|
|