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

Unified Diff: extensions/common/switches.h

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.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index d90fe1567382fd8d8e47de5660622c636b9bad43..253894e6b41ba9d44fff68c2616226a022f82996 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -41,6 +41,7 @@ extern const char kTraceAppSource[];
extern const char kNativeCrxBindings[];
extern const char kWhitelistedExtensionID[];
extern const char kEnableCrxHashCheck[];
+extern const char kWebrequestSSLInfo[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698