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

Unified Diff: chrome/browser/media/webrtc/webrtc_browsertest.cc

Issue 2660163002: Unflag promise-based RTCPeerConnection.getStats. (Closed)
Patch Set: mac's global-interface-listing-expected.txt 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
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/webrtc_stats_perf_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/webrtc_browsertest.cc
diff --git a/chrome/browser/media/webrtc/webrtc_browsertest.cc b/chrome/browser/media/webrtc/webrtc_browsertest.cc
index 0b379e315643100f65489923b2bdc027f31c40c4..86565b81e7862cc4cd200b3142c91e37bd3318e5 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest.cc
+++ b/chrome/browser/media/webrtc/webrtc_browsertest.cc
@@ -48,12 +48,6 @@ class WebRtcBrowserTest : public WebRtcTestBase {
// Flag used by TestWebAudioMediaStream to force garbage collection.
command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
-
- // Flag used by |RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise|.
- // TODO(hbos): Remove this when bug crbug.com/627816 is resolved (when this
- // flag is removed).
- command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures,
- "RTCPeerConnectionNewGetStats");
}
void RunsAudioVideoWebRTCCallInTwoTabs(
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/webrtc_stats_perf_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698