summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-29 01:29:23 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-29 01:29:23 +0000
commit6d60703bcc863062952c5907cddc649cd130c20b (patch)
treea912d631356b4f7ca742fdd73b37bcdcc3ad3a9d /chrome/common/pref_names.cc
parentdcaed2acafe415af02b4e4c654a5e752c0cdbc04 (diff)
downloadchromium_src-6d60703bcc863062952c5907cddc649cd130c20b.zip
chromium_src-6d60703bcc863062952c5907cddc649cd130c20b.tar.gz
chromium_src-6d60703bcc863062952c5907cddc649cd130c20b.tar.bz2
Enable extensions by default.
BUG=20573 TEST=Install sample extensions without modifying command line flags. They should install (and run on next startup). Review URL: http://codereview.chromium.org/179032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f3796a2..6395c28 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -534,7 +534,7 @@ const wchar_t kNumFoldersInOtherBookmarkFolder[] =
const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords";
// Whether Extensions or User Scripts are enabled.
-const wchar_t kEnableExtensions[] = L"extensions.enabled";
+const wchar_t kDisableExtensions[] = L"extensions.disabled";
const wchar_t kEnableUserScripts[] = L"extensions.user_scripts_enabled";
// Time of the last, and next scheduled, extensions auto-update checks.