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

Unified Diff: chrome/common/pref_names.cc

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Changed pref name & location; removed incognito code Created 3 years, 11 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/extensions/api_test/page_capture/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d1e5cbcd317f23006e5da5a78555d76efb0c7bb6..4656ec325220f65ce991460c13bedf34da2dccd3 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -938,6 +938,12 @@ const char kPinUnlockMinimumLength[] = "pin_unlock_minimum_length";
const char kPinUnlockMaximumLength[] = "pin_unlock_maximum_length";
// Boolean pref indicating whether users are allowed to set easy pins.
const char kPinUnlockWeakPinsAllowed[] = "pin_unlock_weak_pins_allowed";
+// Dictionary saving user choices regarding granted permissions to
gab 2017/01/11 19:13:33 nit: Empty line above (others are together because
+// extensions/apps for usage of APIs. In Public Sessions API usage is restricted
+// to protect the user from a malicious device owner/admin. This dictionary will
+// not be persisted across sessions.
+const char kExtensionsPublicSessionPermissions[] =
+ "extensions.public_session_permissions";
#endif // defined(OS_CHROMEOS)
// A boolean pref set to true if a Home button to open the Home pages should be
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/extensions/api_test/page_capture/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698