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

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

Issue 1778643002: Moved AppMenu ACTIVATED/DEACTIVATED ink drop handling in to MenuButton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compile time typo Created 4 years, 9 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/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 c0c4cc7d4e06e637f25f72e266a433e4ffab3a7d..21bffcb4a6083be7d6e40a0df1d3f68bc54d37c0 100644
--- a/chrome/browser/ui/views/toolbar/app_menu_button.h
+++ b/chrome/browser/ui/views/toolbar/app_menu_button.h
@@ -106,9 +106,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.

Powered by Google App Engine
This is Rietveld 408576698