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

Unified Diff: chrome/common/pref_names.h

Issue 6118006: Save/Restore ALSA volume/mute (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/chromeos
Patch Set: cleaned Created 9 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 29766a161cb579943826bdf650e962b5e7aa2c22..5a2ce393e74342187721cd92d187fa58a13cc89b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -162,6 +162,8 @@ extern const char kLabsAdvancedFilesystemEnabled[];
extern const char kLabsMediaplayerEnabled[];
extern const char kEnableScreenLock[];
extern const char kShowPlanNotifications[];
+extern const char kAudioMute[];
+extern const char kAudioVolume[];
#endif
zhurunz 2011/01/13 00:19:25 Keep the list alpha sorted might be a good idea.
davejcool 2011/01/13 21:31:14 Since it wasn't sorted already, I wasn't sure wher
extern const char kIpcDisabledMessages[];
extern const char kShowHomeButton[];

Powered by Google App Engine
This is Rietveld 408576698