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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & cleanup Created 8 years 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 150fe55a79b384563a5f83e543c100cd05af968a..3e3a0584b54a809afe4e9c6f30f0a6166b876207 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1086,9 +1086,6 @@ const char kPromoServerURL[] = "promo-server-url";
// Default is yes.
const char kPromptForExternalExtensions[] = "prompt-for-external-extensions";
-// Enables the Protector feature.
-const char kProtector[] = "protector";
-
// Forces proxy auto-detection.
const char kProxyAutoDetect[] = "proxy-auto-detect";

Powered by Google App Engine
This is Rietveld 408576698