summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base_switches.cc10
-rw-r--r--base/base_switches.h1
2 files changed, 0 insertions, 11 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 900f217..b13517a 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -34,14 +34,4 @@ const wchar_t kEnableDCHECK[] = L"enable-dcheck";
// scripts that do not have a user interface.
const wchar_t kNoMessageBox[] = L"no-message-box";
-// Refuse to make HTTP connections and refuse to accept certificate errors.
-// For more information about the design of this feature, please see
-//
-// ForceHTTPS: Protecting High-Security Web Sites from Network Attacks
-// Collin Jackson and Adam Barth
-// In Proc. of the 17th International World Wide Web Conference (WWW 2008)
-//
-// Available at http://www.adambarth.com/papers/2008/jackson-barth.pdf
-const wchar_t kForceHTTPS[] = L"force-https";
-
} // namespace switches
diff --git a/base/base_switches.h b/base/base_switches.h
index 34c0b0ea..e708ee4 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -17,7 +17,6 @@ extern const wchar_t kNoErrorDialogs[];
extern const wchar_t kProcessType[];
extern const wchar_t kEnableDCHECK[];
extern const wchar_t kNoMessageBox[];
-extern const wchar_t kForceHTTPS[];
} // namespace switches