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

Unified Diff: ui/display/display_switches.h

Issue 2314853003: Move ash::DisplayManager switches to ui::display (Closed)
Patch Set: rebased again Created 4 years, 3 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 | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | ui/display/display_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_switches.h
diff --git a/ui/display/display_switches.h b/ui/display/display_switches.h
index 77a5f8d6a6d317c266128215f5c0ee866be2b8f5..28817924c673c1ea074cbae270841cabdc6b547b 100644
--- a/ui/display/display_switches.h
+++ b/ui/display/display_switches.h
@@ -11,11 +11,16 @@
namespace switches {
+// Keep sorted.
+DISPLAY_EXPORT extern const char kEnableSoftwareMirroring[];
DISPLAY_EXPORT extern const char kForceDeviceScaleFactor[];
+DISPLAY_EXPORT extern const char kHostWindowBounds[];
DISPLAY_EXPORT extern const char kSecondaryDisplayLayout[];
+DISPLAY_EXPORT extern const char kUseFirstDisplayAsInternal[];
#if defined(OS_CHROMEOS)
DISPLAY_EXPORT extern const char kDisableDisplayColorCalibration[];
+DISPLAY_EXPORT extern const char kEnableUnifiedDesktop[];
#endif
} // namespace switches
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | ui/display/display_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698