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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1650133002: Start and stop RTC event logs from private extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some comments from tommi Created 4 years, 8 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/webrtc_logging_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cf343b94d0da41abee06445fd27670a1a922c8fd..bf57fb59afbdd37e44d75e57655c5677c5dec0f2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -499,6 +499,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/webrtc_logging_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698