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

Unified Diff: chrome/browser/ui/views/toolbar/chevron_menu_button.cc

Issue 1414343003: [Extensions] Fix hiding browser actions without the toolbar redesign (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « chrome/browser/extensions/extension_context_menu_model_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/chevron_menu_button.cc
diff --git a/chrome/browser/ui/views/toolbar/chevron_menu_button.cc b/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
index 963f4629354c504b34321029a2e63f87355672e0..69b207a671aa2c80f4a9b3a6873c9db727f2e355 100644
--- a/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
+++ b/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
@@ -212,6 +212,7 @@ void ChevronMenuButton::MenuController::RunMenu(views::Widget* window) {
}
void ChevronMenuButton::MenuController::CloseMenu() {
+ icon_updaters_.clear();
Devlin 2015/10/27 21:15:02 Note: added this so that updaters were cleared whe
menu_->Cancel();
}
« no previous file with comments | « chrome/browser/extensions/extension_context_menu_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698