Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: chrome/browser/app_controller_mac.h

Issue 2950403002: [Mac] Add system share menu
Patch Set: CL comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/app_controller_mac.h
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
index ff1eb55bcad03102ddb935ed339dbc33673dfcb2..08160cefe3edaf6ebd32cc4b7d0d0b15fe3d4ef0 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -31,6 +31,7 @@ class Profile;
@class ProfileMenuController;
class QuitWithAppsController;
class ScopedKeepAlive;
+@class ShareMenuController;
namespace ui {
class WorkAreaWatcherObserver;
@@ -73,6 +74,9 @@ class WorkAreaWatcherObserver;
// available when multiple profiles is enabled.
base::scoped_nsobject<ProfileMenuController> profileMenuController_;
+ // Controller for the macOS system share menu.
+ 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.

Powered by Google App Engine
This is Rietveld 408576698