Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4552)

Unified Diff: chrome/common/pref_names.cc

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698