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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10298012: [protector] Disable the UI by default, flip --no-protector to --protector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/functional/protector.py » ('j') | 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 589579111b5a5a2a169e2f4cabba584b410c991c..e52435792dfd3099597d04c0e4407a3a0a5c1087 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -896,9 +896,6 @@ const char kNoNetworkProfileWarning[] = "no-network-profile-warning";
// Don't send hyperlink auditing pings
const char kNoPings[] = "no-pings";
-// Disables the Protector feature.
-const char kNoProtector[] = "no-protector";
-
// Don't use a proxy server, always make direct connections. Overrides any
// other proxy server flags that are passed.
const char kNoProxyServer[] = "no-proxy-server";
@@ -1045,6 +1042,9 @@ const char kProfilingFlush[] = "profiling-flush";
// Specifies a custom URL for fetching NTP promo data.
const char kPromoServerURL[] = "promo-server-url";
+// Enables the Protector feature.
+const char kProtector[] = "protector";
+
// Forces proxy auto-detection.
const char kProxyAutoDetect[] = "proxy-auto-detect";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/functional/protector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698