| 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
|
|
|