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

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: Consistently use key constants for dict fields and simplify validation error reporting Created 3 years, 11 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
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 1545442b9c0589dc12d06a0b7c9000d7cb5cf819..36daa0bd6ca6f9df49eda618f56df9fb52405041 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -117,6 +117,10 @@ const char kNativeCrxBindings[] = "native-crx-bindings";
// 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

Powered by Google App Engine
This is Rietveld 408576698