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

Unified Diff: extensions/common/switches.cc

Issue 2156763003: Extend the webRequest.onCompleted event details object with TLS/SSL information Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove questionably useful fields & add feature switch Created 4 years, 5 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
« extensions/common/api/web_request.json ('K') | « extensions/common/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 399e9fb72a3bcefd8ffa31e72a6cf67a100b618c..6f487fc83da74847f0215ec48f997cb2e3b3c0cb 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -117,6 +117,10 @@ const char kTraceAppSource[] = "enable-trace-app-source";
// the one received from update manifest.
const char kEnableCrxHashCheck[] = "enable-crx-hash-check";
+// Enable adding SSL/TLS information to the webrequest.onCompleted details
+// object if underlying transport supports it.
+const char kWebrequestSSLInfo[] = "webrequest-ssl-info";
+
} // namespace switches
} // namespace extensions
« extensions/common/api/web_request.json ('K') | « extensions/common/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698