summaryrefslogtreecommitdiffstats
path: root/extensions/browser/pref_names.h
diff options
context:
space:
mode:
authorcalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 04:59:09 +0000
committercalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 04:59:09 +0000
commit05d3647e1617a80b56310eb5df378650f381678c (patch)
tree34ee822197e3d9a11a58bbd9902b8fe622603c91 /extensions/browser/pref_names.h
parent331409a1f94fc60a04272d5f2a0f179d05ec25f9 (diff)
downloadchromium_src-05d3647e1617a80b56310eb5df378650f381678c.zip
chromium_src-05d3647e1617a80b56310eb5df378650f381678c.tar.gz
chromium_src-05d3647e1617a80b56310eb5df378650f381678c.tar.bz2
Make checkbox in bookmark app creation dialog sticky across app creations.
This CL makes the "Open as tab" checkbox in the bookmark app creation dialog sticky by adding a profile pref tracking the last launch type set. BUG=318607 Review URL: https://codereview.chromium.org/156513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/pref_names.h')
-rw-r--r--extensions/browser/pref_names.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h
index 9cc0b3f..96afa21 100644
--- a/extensions/browser/pref_names.h
+++ b/extensions/browser/pref_names.h
@@ -36,6 +36,10 @@ extern const char kAllowedInstallSites[];
// kInstallForceList.
extern const char kAllowedTypes[];
+// Integer which specifies the launch type that bookmark apps are created with
+// by default.
+extern const char kBookmarkAppCreationLaunchType[];
+
// Integer boolean representing the width (in pixels) of the container for
// browser actions.
extern const char kBrowserActionContainerWidth[];