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

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

Issue 2905383003: (fix landed) Reland of name MaximizeMode to TabletMode (Closed)
Patch Set: Created 3 years, 7 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 | « ash/system/brightness/tray_brightness_unittest.cc ('k') | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ba45fb9b60678700c15767535d03105acdbb134d..18563f321af3f997fa8a4e95c18cec6dbffaaabd 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 MaximizeMode
+ // state of TabletMode
virtual void UpdateAfterLoginStatusChange(LoginStatus status);
// ActionableView:
@@ -40,8 +40,8 @@
void OnSessionStateChanged(session_manager::SessionState state) override;
// ShellObserver:
- void OnMaximizeModeStarted() override;
- void OnMaximizeModeEnded() override;
+ void OnTabletModeStarted() override;
+ void OnTabletModeEnded() override;
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
@@ -53,7 +53,7 @@
private:
friend class OverviewButtonTrayTest;
- // Sets the icon to visible if maximize mode is enabled and
+ // Sets the icon to visible if tablet mode is enabled and
// WindowSelectorController::CanSelect.
void UpdateIconVisibility();
« no previous file with comments | « ash/system/brightness/tray_brightness_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