Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 118753) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1072,6 +1072,9 @@ |
// Draws a FPS indicator |
const char kShowFPSCounter[] = "show-fps-counter"; |
+// Show volume controls in status bar on chromeos. |
+const char kShowVolumeStatus[] = "show-volume-status"; |
+ |
// Changes the DCHECKS to dump memory and continue instead of displaying error |
// dialog. This is valid only in Release mode when --enable-dcheck is |
// specified. |