| 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[];
|
|
|