Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ed50b955de4f1588e03e3bcf81375af8374f42fc..ab237ac938956705438a322aaa5099ccdb427e92 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -62,6 +62,11 @@ const char kURLsToRestoreOnStartup[] = "session.urls_to_restore_on_startup"; |
// higher. |
const char kRestoreOnStartupMigrated[] = "session.restore_on_startup_migrated"; |
+// Disables screenshot accelerators and extension APIs. |
+// This setting resides both in profile prefs and local state. Accelerator |
+// handling code reads local state, while extension APIs use profile pref. |
+const char kDisableScreenshots[] = "disable_screenshots"; |
+ |
// The application locale. |
// For OS_CHROMEOS we maintain kApplicationLocale property in both local state |
// and user's profile. Global property determines locale of login screen, |