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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 308683002: Move MaximizeModeWindowManager to the controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 6 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: ash/system/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index d988626f7b5979b43b5ccfc77c6d9b9c340d1604..32feb0c60b4ecfbc2a5f1b421a4a1a28011a49ef 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -51,9 +51,9 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
// alignment of the shelf.
void SetIconBorderForShelfAlignment();
- // Sets the icon to visible if |maximize_mode_enabled| and
+ // Sets the icon to visible if maximize mode is enabled and
// WindowSelectorController::CanSelect.
- void UpdateIconVisibility(bool maximize_mode_enabled);
+ void UpdateIconVisibility();
// Weak pointer, will be parented by TrayContainer for its lifetime.
views::ImageView* icon_;
« no previous file with comments | « ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc ('k') | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698