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_; |