| 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_;
|
|
|