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 18563f321af3f997fa8a4e95c18cec6dbffaaabd..ba45fb9b60678700c15767535d03105acdbb134d 100644 |
--- a/ash/system/overview/overview_button_tray.h |
+++ b/ash/system/overview/overview_button_tray.h |
@@ -30,7 +30,7 @@ |
~OverviewButtonTray() override; |
// Updates the tray's visibility based on the LoginStatus and the current |
- // state of TabletMode |
+ // state of MaximizeMode |
virtual void UpdateAfterLoginStatusChange(LoginStatus status); |
// ActionableView: |
@@ -40,8 +40,8 @@ |
void OnSessionStateChanged(session_manager::SessionState state) override; |
// ShellObserver: |
- void OnTabletModeStarted() override; |
- void OnTabletModeEnded() override; |
+ void OnMaximizeModeStarted() override; |
+ void OnMaximizeModeEnded() override; |
void OnOverviewModeStarting() override; |
void OnOverviewModeEnded() override; |
@@ -53,7 +53,7 @@ |
private: |
friend class OverviewButtonTrayTest; |
- // Sets the icon to visible if tablet mode is enabled and |
+ // Sets the icon to visible if maximize mode is enabled and |
// WindowSelectorController::CanSelect. |
void UpdateIconVisibility(); |