Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6221)

Unified Diff: chrome/common/chrome_switches.cc

Issue 9169033: Support for showing/hiding status area volume controls in desktop devices (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: minor fixes Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« chrome/browser/chromeos/status/volume_menu_button.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698