Index: ui/display/display_switches.h |
diff --git a/ui/display/display_switches.h b/ui/display/display_switches.h |
index 28817924c673c1ea074cbae270841cabdc6b547b..57ceb048fa29adc791793731963701fc56e7b80a 100644 |
--- a/ui/display/display_switches.h |
+++ b/ui/display/display_switches.h |
@@ -14,7 +14,9 @@ namespace switches { |
// Keep sorted. |
DISPLAY_EXPORT extern const char kEnableSoftwareMirroring[]; |
DISPLAY_EXPORT extern const char kForceDeviceScaleFactor[]; |
+// TODO(kylechar): This overlaps with --screen-config. Unify flags and remove. |
DISPLAY_EXPORT extern const char kHostWindowBounds[]; |
+DISPLAY_EXPORT extern const char kScreenConfig[]; |
DISPLAY_EXPORT extern const char kSecondaryDisplayLayout[]; |
DISPLAY_EXPORT extern const char kUseFirstDisplayAsInternal[]; |