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

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: 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 0fefea40fd0f25580df24fa95aad464f933a910b..7af32783d13b8a9062f0dce007f28109112efcb3 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1292,6 +1292,9 @@ const char kMessageCenterDisabledSystemComponentIds[] =
extern const char kMessageCenterEnabledSyncNotifierIds[] =
"message_center.enabled_sync_notifier_ids";
+// Whether the user and apps/extensions can enter fullscreen mode.
+extern const char kAllowFullscreen[] = "allow_fullscreen";
+
// *************** LOCAL STATE ***************
// These are attached to the machine/installation

Powered by Google App Engine
This is Rietveld 408576698