diff options
author | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 14:16:15 +0000 |
---|---|---|
committer | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 14:16:15 +0000 |
commit | fedf50bbc538c11f5dcdf05163b64a40221f64a9 (patch) | |
tree | ed0b649fc15e9be76f3818658a17ce282126b9c8 /chrome/common/pref_names.h | |
parent | 47bccaff0d1a6bf0175d563bec6affea6317993a (diff) | |
download | chromium_src-fedf50bbc538c11f5dcdf05163b64a40221f64a9.zip chromium_src-fedf50bbc538c11f5dcdf05163b64a40221f64a9.tar.gz chromium_src-fedf50bbc538c11f5dcdf05163b64a40221f64a9.tar.bz2 |
Define constants for the silent extension install policy
This policy and preference will hold the list of extensions that should be silently installed.
BUG=59782
TEST=none (real logic comes in later CLs)
Review URL: http://codereview.chromium.org/3781022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 52adbc36..cde75fb 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -326,6 +326,8 @@ extern const char kNextExtensionsUpdateCheck[]; extern const char kExtensionInstallAllowList[]; extern const char kExtensionInstallDenyList[]; +extern const char kExtensionInstallForceList[]; + extern const char kExtensionBlacklistUpdateVersion[]; extern const char kExtensionSidebarWidth[]; |