diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 01:26:13 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 01:26:13 +0000 |
commit | f93fe78db9c83619fd55aeccdade102915404c28 (patch) | |
tree | cba3becbcc66eb1d04baff57fe830bff1a1d46cc /chrome/common/pref_names.h | |
parent | 5ba0a2cc590e74be37190774d6b8db1f418d7906 (diff) | |
download | chromium_src-f93fe78db9c83619fd55aeccdade102915404c28.zip chromium_src-f93fe78db9c83619fd55aeccdade102915404c28.tar.gz chromium_src-f93fe78db9c83619fd55aeccdade102915404c28.tar.bz2 |
Support controlling extensions with a pref in addition to command-line.
Review URL: http://codereview.chromium.org/20481
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index f1f47a6..dd5e35d 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -163,6 +163,9 @@ extern const wchar_t kNumBookmarksInOtherBookmarkFolder[]; extern const wchar_t kNumFoldersInOtherBookmarkFolder[]; extern const wchar_t kNumKeywords[]; + +extern const wchar_t kEnableExtensions[]; +extern const wchar_t kEnableUserScripts[]; } #endif // CHROME_COMMON_PREF_NAMES_H_ |