Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3056)

Unified Diff: chrome/common/pref_names.cc

Issue 179032: Enable extensions by default. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f3796a2d2915e67076d15df45dab85853c6c871d..6395c28e47c1af02299640b8e26e123393b427bc 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.
« chrome/browser/renderer_host/browser_render_process_host.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698