Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 4da516766a6bb7a8ac4d2502e9b05cdba35e8500..b9e43db282c9a6f9473fa05a71ea93aa6931ea76 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -90,6 +90,9 @@ const char kEnableStubPortalledWifi[] = "enable-stub-portalled-wifi"; |
const char kEnableTouchpadThreeFingerClick[] |
= "enable-touchpad-three-finger-click"; |
+// Enables volume adjust sound. |
+const char kEnableVolumeAdjustSound[] = "enable-volume-adjust-sound"; |
+ |
// Specifies stub network types to be enabled. If this switch is not specified, |
// ethernet, wifi and vpn are enabled by default. |
// |