| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ba83de35d2351318492998ef9ed8445aec607b0d..9a638fb1e51b451bd9baf5c46f3dc01726c85cd0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -495,6 +495,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";
|
|
|
|
|