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

Unified Diff: components/exo/wm_helper_ash.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 | « components/exo/wm_helper.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index 21bde11eff85fcc9f3338fe806696d0bfd6cb73d..44a0c252744e07edf36dca4bf2c2b83011f256fd 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -40,7 +40,7 @@
void RemovePreTargetHandler(ui::EventHandler* handler) override;
void AddPostTargetHandler(ui::EventHandler* handler) override;
void RemovePostTargetHandler(ui::EventHandler* handler) override;
- bool IsMaximizeModeWindowManagerEnabled() const override;
+ bool IsTabletModeWindowManagerEnabled() const override;
// Overridden from aura::client::ActivationChangeObserver:
void OnWindowActivated(
@@ -57,9 +57,9 @@
void OnCursorSetChanged(ui::CursorSetType cursor_set) override;
// Overridden from ash::ShellObserver:
- void OnMaximizeModeStarted() override;
- void OnMaximizeModeEnding() override;
- void OnMaximizeModeEnded() override;
+ void OnTabletModeStarted() override;
+ void OnTabletModeEnding() override;
+ void OnTabletModeEnded() override;
// Overridden from ash::WmDisplayObserver:
void OnDisplayConfigurationChanged() override;
« no previous file with comments | « components/exo/wm_helper.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698