Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 04081ebf1b3177f9a408bb66d2bac816645a9c74..80b583cb3f7d841daa4f5ba024a02bef0d7198dc 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 screenshot accelerators and extension APIs. |
Mattias Nissler (ping if slow)
2012/07/09 09:30:12
Would be good to put a sentence saying that the ex
qfel
2012/07/11 12:34:49
Done.
|
+const char kDisableScreenshots[] = "disable_screenshots"; |
+ |
// An integer pref to initially mute volume if 1. |
const char kAudioMute[] = "settings.audio.mute"; |