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

Unified Diff: services/ui/ws/display_creation_config.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup 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
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_creation_config.h
diff --git a/services/ui/ws/display_creation_config.h b/services/ui/ws/display_creation_config.h
new file mode 100644
index 0000000000000000000000000000000000000000..65b1f529c1fd5699d83813c8543a524effb52c2c
--- /dev/null
+++ b/services/ui/ws/display_creation_config.h
@@ -0,0 +1,25 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef SERVICES_UI_WS_DISPLAY_CREATION_CONFIG_H_
+#define SERVICES_UI_WS_DISPLAY_CREATION_CONFIG_H_
+
+namespace ui {
+namespace ws {
+
+enum class DisplayCreationConfig {
+ // Initial state.
+ UNKNOWN,
+
+ // Displays are created automatically based on the system.
+ AUTOMATIC,
+
+ // Used when the window manager manually creates displays.
+ MANUAL,
+};
+
+} // namespace ws
+} // namespace ui
+
+#endif // SERVICES_UI_WS_DISPLAY_CREATION_CONFIG_H_
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698