| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 2cfa6bda2f8ce11b001eda500bb8e2535216e782..6c026e02802ecfc40e320c0cbe26fdf4be81e38f 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -143,13 +143,6 @@ const char kAshHideNotificationsForFactory[] =
|
| // "1024x768*2" sets the scale factor to 2 for a high DPI display.
|
| const char kAshHostWindowBounds[] = "ash-host-window-bounds";
|
|
|
| -// OEM-supplied wallpaper (as paths to trusted, non-user-writable JPEG files).
|
| -// TODO(derat): Remove these switches once OEM wallpaper is passed via
|
| -// kAshDefaultWallpaper{Large,Small} and kAshDefaultWallpaperIsOem is set
|
| -// correctly: http://crbug.com/315267
|
| -const char kAshOemWallpaperLarge[] = "ash-oem-wallpaper-large";
|
| -const char kAshOemWallpaperSmall[] = "ash-oem-wallpaper-small";
|
| -
|
| // Specifies the delay in milliseconds before beginning overview mode after
|
| // getting an alt tab keypress.
|
| const char kAshOverviewDelayOnAltTab[] = "ash-overview-delay-on-alt-tab";
|
|
|