Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index c162e94e564252d6daa2fb7534ed667fda337f31..6d7c7fe74ffdb339ee568d95327bfe1ba5aed541 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. |
// |