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

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: responded to comments 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..2bf21a1b05367fa3c5edced06729657e1a83cc71 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -96,6 +96,8 @@ extern const char kSSL3Enabled[];
extern const char kTLS1Enabled[];
#endif
#if defined(OS_CHROMEOS)
+extern const char kAudioMute[];
+extern const char kAudioVolume[];
extern const char kTapToClickEnabled[];
extern const char kTouchpadSensitivity[];
extern const char kLanguageCurrentInputMethod[];

Powered by Google App Engine
This is Rietveld 408576698