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

Unified Diff: chrome/common/chrome_switches.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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 27d563de0b4bbeacb4ea9cfa0d0dc51a0d8b5d9e..56ce4fdad47033adae78e651455eb16d0332fb7c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -395,8 +395,8 @@ const wchar_t kSdchFilter[] = L"enable-sdch";
// Enable user script support.
const wchar_t kEnableUserScripts[] = L"enable-user-scripts";
-// Enable extensions.
-const wchar_t kEnableExtensions[] = L"enable-extensions";
+// Disable extensions.
+const wchar_t kDisableExtensions[] = L"disable-extensions";
// Frequency in seconds for Extensions auto-update.
const wchar_t kExtensionsUpdateFrequency[] = L"extensions-update-frequency";

Powered by Google App Engine
This is Rietveld 408576698