Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / pref_names.h
index 20f39f7..e221c35 100644 (file)
@@ -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[];
@@ -44,6 +47,11 @@ extern const char kBookmarkAppCreationLaunchType[];
 // extension ids.
 extern const char kExtensions[];
 
+// Dictionary pref that manages extensions, controlled by policy.
+// Values are expected to conform to the schema of the ExtensionManagement
+// policy.
+extern const char kExtensionManagement[];
+
 // A whitelist of extension ids the user can install: exceptions from the
 // following blacklist.
 extern const char kInstallAllowList[];