| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 8958e1bbed259e87f9bc124f88ade6f3ea2cc07a..985096db864e008d29dd3a3269832b4fe32ef648 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -205,6 +205,8 @@ extern const char kNetworkPredictionEnabled[];
|
| extern const char kDefaultAppsInstallState[];
|
| extern const char kHideWebStoreIcon[];
|
| #if defined(OS_CHROMEOS)
|
| +extern const char kAudioDevicesMute[];
|
| +extern const char kAudioDevicesVolumePercent[];
|
| extern const char kAudioMute[];
|
| extern const char kAudioVolumePercent[];
|
| extern const char kTapToClickEnabled[];
|
|
|