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

Unified Diff: ash/wm/window_properties.h

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: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 1cf6e09468e2ebdc47305c78e327bcedde93f53f..80b6438bcefdd0956db8d2702f96b27a20fc5de0 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -46,13 +46,13 @@ ASH_EXPORT extern const aura::WindowProperty<bool>* const kLockedToRootKey;
// A property key which stores the bounds to restore a window to. These take
// preference over the current bounds/state. This is used by e.g. the always
-// maximized mode window manager.
+// tablet mode window manager.
ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const
kRestoreBoundsOverrideKey;
// A property key which stores the bounds to restore a window to. These take
// preference over the current bounds/state if |kRestoreBoundsOverrideKey| is
-// set. This is used by e.g. the always maximized mode window manager.
+// set. This is used by e.g. the always tablet mode window manager.
ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const
kRestoreShowStateOverrideKey;

Powered by Google App Engine
This is Rietveld 408576698