diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 15:58:07 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 15:58:07 +0000 |
commit | 83b59325ad00199c7eccf12658a6ac5b658cee55 (patch) | |
tree | 26afba0c4b5fe1dcacf3590fa5de948b14ae2446 /chrome/common/pref_names.h | |
parent | 77d36a21bfb6da41132092d36848d6082c10e6f2 (diff) | |
download | chromium_src-83b59325ad00199c7eccf12658a6ac5b658cee55.zip chromium_src-83b59325ad00199c7eccf12658a6ac5b658cee55.tar.gz chromium_src-83b59325ad00199c7eccf12658a6ac5b658cee55.tar.bz2 |
When not running the default apps experiment, default apps should be controlled
with a profile preference that can be set in the master preferences file.
Moved all the logic to determine if default apps should be installed or not
to one place.
Mihai: please take a look at the extension changes
Sailesh: please take a look at the profile changes and the other files
BUG=None
TEST=In the master preferences file, setting the property "default_apps" to
the value "install" will install the apps, any other string will not install
them. Make sure not to be testing the default apps experiment, which means
make sure the brand is neither ECDA nor ECDB.
Review URL: http://codereview.chromium.org/8276009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 15c5f53..676a37a 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -16,6 +16,7 @@ namespace prefs { // Profile prefs. Please add Local State prefs below instead. extern const char kAppsPromoCounter[]; +extern const char kDefaultApps[]; extern const char kDefaultAppsInstalled[]; extern const char kHomePageIsNewTabPage[]; extern const char kHomePage[]; |