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 |