Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 46842ebc1bb88b25699d17b6722277d223f1b330..d11d5c864602c0e450e7edc7f378a62d68b40e1b 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -656,6 +656,8 @@ extern const char kDeviceLocation[]; |
| extern const char kSyncSpareBootstrapToken[]; |
| extern const char kExternalStorageDisabled[]; |
| extern const char kUsersWallpaperInfo[]; |
| +extern const char kAudioOutputDisabled[]; |
| +extern const char kAudioCaptureDisabled[]; |
|
Mattias Nissler (ping if slow)
2012/08/28 12:24:24
Everything here is local_state stuff. Fix the plac
pastarmovj
2012/08/28 15:11:50
Well turns out I have misplaced it properly :)
|
| #endif |
| extern const char kClearPluginLSODataEnabled[]; |