summaryrefslogtreecommitdiffstats
path: root/extensions/browser/pref_names.h
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2014-08-25 01:19:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-25 08:19:58 +0000
commit77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde (patch)
treed1a433bd41d41b0adc6f425895f10292478af281 /extensions/browser/pref_names.h
parentf51f1160c7d514e8f604c974199e14e3088e6b5d (diff)
downloadchromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.zip
chromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.tar.gz
chromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.tar.bz2
Merge apps/pref* to extensions/browser/pref*
The pref's exclusive user AppWindow will move to extensions/browser Merge apps/pref_names.{cc,h} to extensions/browser/pref_names.{cc,h} Merge apps/prefs.{cc,h} to extensions/browser/extension_prefs.cc BUG=403726 TBR=bartfab@chromium.org for include fix in configuration_policy_handler_list_factory.cc. Review URL: https://codereview.chromium.org/493003002 Cr-Commit-Position: refs/heads/master@{#291650}
Diffstat (limited to 'extensions/browser/pref_names.h')
-rw-r--r--extensions/browser/pref_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h
index 20f39f7..e552455 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[];