| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 119435)
|
| +++ 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 kShowVolumeStatus[] = "show-volume-status";
|
| +
|
| // 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";
|
|
|