| Index: chrome/browser/ui/views/toolbar/app_menu_button.h
|
| diff --git a/chrome/browser/ui/views/toolbar/app_menu_button.h b/chrome/browser/ui/views/toolbar/app_menu_button.h
|
| index 06ae521bcca69ab4e1e15d80d1b5177e9acb26f9..c274aad4166faf0e68f28fc1aa2901122bf828e3 100644
|
| --- a/chrome/browser/ui/views/toolbar/app_menu_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/app_menu_button.h
|
| @@ -109,9 +109,6 @@ class AppMenuButton : public views::MenuButton,
|
| scoped_ptr<AppMenuModel> menu_model_;
|
| scoped_ptr<AppMenu> menu_;
|
|
|
| - // Used by ShowMenu() to detect when |this| has been deleted; see comments
|
| - // there.
|
| - bool* destroyed_;
|
|
|
| // Any trailing margin to be applied. Used when the browser is in
|
| // a maximized state to extend to the full window width.
|
|
|