summaryrefslogtreecommitdiffstats
path: root/base/base_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r--base/base_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc
index d05d8f4..c9d65cb0f 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -30,5 +30,8 @@ const wchar_t kProcessType[] = L"type";
// Enable DCHECKs in release mode.
const wchar_t kEnableDCHECK[] = L"enable-dcheck";
+// Refuse to make HTTP connections and refuse to accept certificate errors.
+const wchar_t kForceHTTPS[] = L"force-https";
+
} // namespace switches