Index: extensions/browser/pref_names.h |
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h |
index 20f39f749300717fdedf09cb00f36d0866ed81fa..e552455ed2c31ba107377ea0771f190845c4e0d6 100644 |
--- a/extensions/browser/pref_names.h |
+++ b/extensions/browser/pref_names.h |
@@ -36,6 +36,9 @@ extern const char kAllowedInstallSites[]; |
// kInstallForceList. |
extern const char kAllowedTypes[]; |
+// A boolean that tracks whether apps are allowed to enter fullscreen mode. |
+extern const char kAppFullscreenAllowed[]; |
+ |
// Integer which specifies the launch type that bookmark apps are created with |
// by default. |
extern const char kBookmarkAppCreationLaunchType[]; |