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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_bar.h

Issue 754473003: [Extensions Toolbar Mac] More cleanup of BrowserActionsController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/toolbar/toolbar_actions_bar.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar.h b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
index 03f5b04f6aa56b6d6a16ef613e1ce49d1d3e69a2..00fc415c5382e549dad7ee319bb3b6eba5c3171a 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
@@ -179,8 +179,8 @@ class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer {
// adjusting a lot of actions at once.
bool suppress_layout_;
- // True if we should suppress animation; we typically do this e.g. when
- // switching tabs changes the state of the icons.
+ // True if we should suppress animation; we do this when first creating the
+ // toolbar, and also when switching tabs changes the state of the icons.
bool suppress_animation_;
DISALLOW_COPY_AND_ASSIGN(ToolbarActionsBar);

Powered by Google App Engine
This is Rietveld 408576698