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

Unified Diff: chrome/common/pref_names.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: Add an explanation of fullscreen mode. 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index ead6ad83aad101ec66d22495745fe05895728e50..436796100d9eacc541b13d62877a575644a845ed 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1297,6 +1297,9 @@ const char kMessageCenterDisabledSystemComponentIds[] =
extern const char kMessageCenterEnabledSyncNotifierIds[] =
"message_center.enabled_sync_notifier_ids";
+// Whether the user is allowed to enter fullscreen mode.
+extern const char kFullscreenAllowed[] = "fullscreen.allowed";
+
// *************** LOCAL STATE ***************
// These are attached to the machine/installation

Powered by Google App Engine
This is Rietveld 408576698