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"; |