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

Unified Diff: chrome/browser/cocoa/browser_window_controller.h

Issue 3181029: Mac: Show a context menu for poup window. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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/cocoa/browser_window_controller.h
diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
index 274e23bf91ade87e4c66bb616d1866f1bdf826c9..94c10774e72e8f403ed92eba75f6a939f518e2b4 100644
--- a/chrome/browser/cocoa/browser_window_controller.h
+++ b/chrome/browser/cocoa/browser_window_controller.h
@@ -28,6 +28,7 @@
class Browser;
class BrowserWindow;
class BrowserWindowCocoa;
+@class BrowserWindowPopupMenuController;
@class ChromeBrowserWindow;
class ConstrainedWindowMac;
@class DownloadShelfController;
@@ -66,6 +67,7 @@ class TabStripModelObserverBridge;
scoped_nsobject<DownloadShelfController> downloadShelfController_;
scoped_nsobject<BookmarkBarController> bookmarkBarController_;
scoped_nsobject<FullscreenController> fullscreenController_;
+ scoped_nsobject<BrowserWindowPopupMenuController> popupMenuController_;
// Strong. StatusBubble is a special case of a strong reference that
// we don't wrap in a scoped_ptr because it is acting the same

Powered by Google App Engine
This is Rietveld 408576698