Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 33af97d2572f423a95ef64d330250796bef450aa..d3749f2ae1f197b7e50e9424a177ad49cea3bcb4 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -503,6 +503,10 @@ const char kEnableQuic[] = "enable-quic"; |
// This only has an effect if QUIC protocol is enabled. |
const char kEnableQuicPortSelection[] = "enable-quic-port-selection"; |
+// If the WebRTC logging private API is active, enables WebRTC event logging. |
+const char kEnableWebRtcEventLoggingFromExtension[] = |
+ "enable-webrtc-event-logging-from-extension"; |
+ |
// Enables support for HTTP alternative services. |
const char kEnableAlternativeServices[] = "enable-alternative-services"; |