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

Unified Diff: chrome/browser/ui/views/toolbar/browser_action_view.h

Issue 393943006: MacViews: Remove GetMenu() from MenuRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/ui/views/toolbar/browser_action_view.h
diff --git a/chrome/browser/ui/views/toolbar/browser_action_view.h b/chrome/browser/ui/views/toolbar/browser_action_view.h
index 7dd24c3718334fd49b4bb48434a9d28e66e3d621..24ff613d8d368e0756ccdad03925c33a1308090b 100644
--- a/chrome/browser/ui/views/toolbar/browser_action_view.h
+++ b/chrome/browser/ui/views/toolbar/browser_action_view.h
@@ -231,9 +231,6 @@ class BrowserActionButton : public views::MenuButton,
// Delegate that usually represents a container for BrowserActionView.
BrowserActionView::Delegate* delegate_;
- // The context menu. This member is non-NULL only when the menu is shown.
- views::MenuItemView* context_menu_;
-
// Used to make sure MaybeRegisterExtensionCommand() is called only once
// from ViewHierarchyChanged().
bool called_registered_extension_command_;

Powered by Google App Engine
This is Rietveld 408576698