summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
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.h
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.h')
-rw-r--r--chrome/common/pref_names.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 91fcd16..ebff4fc 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -200,7 +200,7 @@ extern const wchar_t kNumFoldersInOtherBookmarkFolder[];
extern const wchar_t kNumKeywords[];
-extern const wchar_t kEnableExtensions[];
+extern const wchar_t kDisableExtensions[];
extern const wchar_t kEnableUserScripts[];
extern const wchar_t kLastExtensionsUpdateCheck[];