| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 8cc39ce1175074c5cc50bbebaf60619c9f941499..930e69ad82494c01b0fc328abbc2536456efa6e6 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -98,6 +98,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[];
|
|
|