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

Unified Diff: components/exo/wm_helper_mus.cc

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter 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
Index: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index 105691c8c44cfd5e09e00ceeb087e1ddcc0fdbf2..4fb861a3c33861261461029b1e34b84e284488d6 100644
--- a/components/exo/wm_helper_mus.cc
+++ b/components/exo/wm_helper_mus.cc
@@ -81,7 +81,7 @@ void WMHelperMus::RemovePostTargetHandler(ui::EventHandler* handler) {
aura::Env::GetInstance()->RemovePostTargetHandler(handler);
}
-bool WMHelperMus::IsMaximizeModeWindowManagerEnabled() const {
+bool WMHelperMus::IsTabletModeWindowManagerEnabled() const {
NOTIMPLEMENTED();
return false;
}

Powered by Google App Engine
This is Rietveld 408576698