| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index 8c69929c2f5ef133ed5ad9086b507e8c23df7d54..38615e168f5dcdb7474cc2de90625631e501ca2b 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -28,6 +28,7 @@ class HandoffActiveURLObserverBridge;
|
| class HistoryMenuBridge;
|
| class Profile;
|
| @class ProfileMenuController;
|
| +@class ShareMenuController;
|
| class QuitWithAppsController;
|
|
|
| namespace ui {
|
| @@ -69,6 +70,8 @@ class WorkAreaWatcherObserver;
|
| // available when multiple profiles is enabled.
|
| base::scoped_nsobject<ProfileMenuController> profileMenuController_;
|
|
|
| + base::scoped_nsobject<ShareMenuController> shareMenuController_;
|
| +
|
| // If we're told to open URLs (in particular, via |-application:openFiles:| by
|
| // Launch Services) before we've launched the browser, we queue them up in
|
| // |startupUrls_| so that they can go in the first browser window/tab.
|
|
|