| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index 650b54d12949353e5af0f40c55a8ea7e1314d759..dee312a3a37cdab95928267366959f3a1f7914ef 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -75,13 +75,6 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
|
| // flag is removed.
|
| const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
|
|
|
| -// When this flag is set, system sounds will not be played.
|
| -const char kAshDisableSystemSounds[] = "ash-disable-system-sounds";
|
| -
|
| -// When this flag is set, system sounds will be played whether the
|
| -// ChromeVox is enabled or not.
|
| -const char kAshEnableSystemSounds[] = "ash-enable-system-sounds";
|
| -
|
| // Hides notifications that are irrelevant to Chrome OS device factory testing,
|
| // such as battery level updates.
|
| const char kAshHideNotificationsForFactory[] =
|
|
|