Chromium Code Reviews

Unified Diff: extensions/common/feature_switch.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.
Jump to:
View side-by-side diff with in-line comments
Index: extensions/common/feature_switch.h
diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
index f36024eabb566f2eacfd6af9ad31c4fdc0f9ce05..05a7269a5907be0f5f64a1c8cfa5cfe97f1afde8 100644
--- a/extensions/common/feature_switch.h
+++ b/extensions/common/feature_switch.h
@@ -42,6 +42,7 @@ class FeatureSwitch {
static FeatureSwitch* trace_app_source();
static FeatureSwitch* load_media_router_component_extension();
static FeatureSwitch* native_crx_bindings();
+ static FeatureSwitch* webrequest_ssl_info();
enum DefaultValue {
DEFAULT_ENABLED,

Powered by Google App Engine