Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 04081ebf1b3177f9a408bb66d2bac816645a9c74..8ad2a3c8390536d731ba2ddcbb34f02dd8f6b3e0 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -488,6 +488,9 @@ const char kNetworkPredictionEnabled[] = "dns_prefetching.enabled"; |
| const char kDefaultAppsInstallState[] = "default_apps_install_state"; |
| #if defined(OS_CHROMEOS) |
| +// Disables screenshots by communicating with ash |
|
Mattias Nissler (ping if slow)
2012/07/06 15:15:52
Missing period.
Update the reflect new implementat
qfel
2012/07/06 17:00:39
Done.
|
| +const char kDisableScreenshots[] = "disable_screenshots"; |
| + |
| // An integer pref to initially mute volume if 1. |
| const char kAudioMute[] = "settings.audio.mute"; |