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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

Issue 22986010: Add policy for fullscreen mode; disallow fullscreen in public sessions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 03c0711bf3d7c7f1a2baa359339c79490a129def..d32501cebd7de0d356155bdab7f8794d78b47548 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -345,6 +345,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kSupervisedUserCreationEnabled,
prefs::kManagedUserCreationAllowed,
Value::TYPE_BOOLEAN },
+ { key::kAllowFullscreen,
+ prefs::kAllowFullscreen,
+ Value::TYPE_BOOLEAN },
#if defined(OS_CHROMEOS)
{ key::kChromeOsLockOnIdleSuspend,

Powered by Google App Engine
This is Rietveld 408576698