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

Unified Diff: ui/base/ui_base_types.h

Issue 2625113004: Unify window fullscreen and minimizing implementation (Closed)
Patch Set: Update Created 3 years, 11 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/sessions/core/session_service_commands.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_types.h
diff --git a/ui/base/ui_base_types.h b/ui/base/ui_base_types.h
index 4d29bb30d8c6f84dc424b273d6f025307140ec8b..2bb3e87e1d35d3ff3b9b526c03a124686a3df62e 100644
--- a/ui/base/ui_base_types.h
+++ b/ui/base/ui_base_types.h
@@ -21,7 +21,9 @@ enum WindowShowState {
SHOW_STATE_INACTIVE = 4, // Views only, not persisted.
SHOW_STATE_FULLSCREEN = 5,
SHOW_STATE_DOCKED = 6,
- SHOW_STATE_END = 7 // The end of show state enum.
+ SHOW_STATE_PREVIOUS = 7, // a temporary state for restoring the previous
sky 2017/01/18 16:48:16 I would prefer not to expose this as a real state.
+ // state from fullscreen and minized states.
+ SHOW_STATE_END = 8 // The end of show state enum.
};
// Dialog button identifiers used to specify which buttons to show the user.
« no previous file with comments | « components/sessions/core/session_service_commands.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698