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

Unified Diff: ui/views/mus/aura_init.h

Issue 2511233002: Add the beginning of a simple window manager that we'll support on Windows. (Closed)
Patch Set: . Created 4 years 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 | « mash/simple_wm/simple_wm.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/aura_init.h
diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
index c028a7e689cebc9ebd19dd508ee87bc9e7d640cc..3558d73f961443ce00c7ea4664e6228dfd710da4 100644
--- a/ui/views/mus/aura_init.h
+++ b/ui/views/mus/aura_init.h
@@ -43,8 +43,12 @@ class VIEWS_MUS_EXPORT AuraInit {
// Indicates AuraInit should target using aura with mus.
AURA_MUS,
+ // Indicates AuraInit should target using aura with mus, for a Window
+ // Manager client.
+ AURA_MUS_WINDOW_MANAGER,
+
// Indicates AuraInit should target using ui::Window.
- UI,
+ UI
};
// |resource_file| is the file to load strings and 1x icons from.
« no previous file with comments | « mash/simple_wm/simple_wm.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698