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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8632014: Enable protector by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 717b6a27ea661fe5e35d422ee0815e510f5ca820..f32cc332d5e3205c280f15714cdf29923aa84906 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -701,7 +701,7 @@ const char kImport[] = "import";
const char kImportFromFile[] = "import-from-file";
// Causes the browser to launch directly in incognito mode.
-const char kIncognito[] = "incognito";
+const char kIncognito[] = "incognito";
Ivan Korotkov 2011/11/22 18:14:12 Return these spaces back please :)
// Controls the Instant field trial. Valid values are defined below. If an
// unknown value is supplied on the command line, the field trial is disabled.
@@ -923,8 +923,8 @@ const char kProfilingFlush[] = "profiling-flush";
// Specifies a custom URL for fetching NTP promo data.
const char kPromoServerURL[] = "promo-server-url";
-// Enables the protector.
-const char kProtector[] = "protector";
+// Disables the protector.
+const char kNoProtector[] = "no-protector";
// Forces proxy auto-detection.
const char kProxyAutoDetect[] = "proxy-auto-detect";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698