From 05d3647e1617a80b56310eb5df378650f381678c Mon Sep 17 00:00:00 2001 From: "calamity@chromium.org" Date: Tue, 11 Feb 2014 04:59:09 +0000 Subject: 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 --- extensions/browser/pref_names.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/browser/pref_names.h') 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[]; -- cgit v1.1