Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 119043) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1249,6 +1249,9 @@ |
// mode. Should completely disable extensions, sync and bookmarks. |
const char kGuestSession[] = "bwsi"; |
+// Show volume controls in status bar on ChromeOS. |
+const char kShowStatusAreaVolume[] = "show-volume-status"; |
Daniel Erat
2012/01/26 17:55:21
any reason to not make the variable name match the
achuithb
2012/01/27 01:48:05
Done.
|
+ |
// Indicates that stub implementations of the libcros library should be used. |
// This is typically used to test the chromeos build of chrome on the desktop. |
const char kStubCros[] = "stub-cros"; |