| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index e52aa3a3089b5de83a0649d5f4ddf35e4e55a8bb..25c37a39f4d7e458ad0239409847f49333183eb7 100644
|
| --- a/ash/ash_switches.h
|
| +++ b/ash/ash_switches.h
|
| @@ -47,6 +47,9 @@ ASH_EXPORT extern const char kAshInternalDisplayUIScale[];
|
| ASH_EXPORT extern const char kAshSecondaryDisplayLayout[];
|
| ASH_EXPORT extern const char kAshTouchHud[];
|
| ASH_EXPORT extern const char kAuraLegacyPowerButton[];
|
| +#if defined(OS_WIN)
|
| +ASH_EXPORT extern const char kForceAshToDesktop[];
|
| +#endif
|
|
|
| } // namespace switches
|
| } // namespace ash
|
|
|