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

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: 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..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";

Powered by Google App Engine
This is Rietveld 408576698