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

Unified Diff: ash/wm/wm_types.h

Issue 1056793006: [Docking] Persists docked state on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Docking] Makes docked state persistent on Chrome OS (comments) Created 5 years, 8 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/wm/window_state.cc ('k') | ash/wm/wm_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/wm_types.h
diff --git a/ash/wm/wm_types.h b/ash/wm/wm_types.h
index 7a78bcbe1c9a681af1547dbe38c58265d83e8af3..89747b844666e81fea6d3528f2b6e00b7574b64c 100644
--- a/ash/wm/wm_types.h
+++ b/ash/wm/wm_types.h
@@ -27,6 +27,7 @@ enum WindowStateType {
WINDOW_STATE_TYPE_MAXIMIZED,
WINDOW_STATE_TYPE_INACTIVE,
WINDOW_STATE_TYPE_FULLSCREEN,
+ WINDOW_STATE_TYPE_DOCKED,
WINDOW_STATE_TYPE_END, // to avoid using SHOW_STATE_END
// Ash specific states:
@@ -34,7 +35,6 @@ enum WindowStateType {
WINDOW_STATE_TYPE_LEFT_SNAPPED,
WINDOW_STATE_TYPE_RIGHT_SNAPPED,
- WINDOW_STATE_TYPE_DOCKED,
WINDOW_STATE_TYPE_DOCKED_MINIMIZED,
// A window is in this state when it is automatically placed and
« no previous file with comments | « ash/wm/window_state.cc ('k') | ash/wm/wm_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698