| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index 6414bd98fa1ae80f189c5b82090b3054a01aaa53..f3d97a35c065757beba34ce4d656c6b8b8e4f38c 100644
|
| --- a/ash/ash_switches.h
|
| +++ b/ash/ash_switches.h
|
| @@ -21,6 +21,10 @@ ASH_EXPORT extern const char kAshAnimateFromBootSplashScreen[];
|
| ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
|
| ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
|
| ASH_EXPORT extern const char kAshDebugShortcuts[];
|
| +ASH_EXPORT extern const char kAshDefaultGuestWallpaperLarge[];
|
| +ASH_EXPORT extern const char kAshDefaultGuestWallpaperSmall[];
|
| +ASH_EXPORT extern const char kAshDefaultWallpaperLarge[];
|
| +ASH_EXPORT extern const char kAshDefaultWallpaperSmall[];
|
| ASH_EXPORT extern const char kAshDisableAutoMaximizing[];
|
| ASH_EXPORT extern const char kAshDisableAutoWindowPlacement[];
|
| ASH_EXPORT extern const char kAshDisableDisplayChangeLimiter[];
|
|
|