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

Unified Diff: trunk/src/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc

Issue 217553002: Revert 260213 "Relanding Switched main WebRTC browser tests to u..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
Index: trunk/src/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc (revision 260283)
+++ trunk/src/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc (working copy)
@@ -31,7 +31,7 @@
virtual ~WebRtcDisableEncryptionFlagBrowserTest() {}
virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
- test::PeerConnectionServerRunner::KillAllPeerConnectionServers();
+ PeerConnectionServerRunner::KillAllPeerConnectionServersOnCurrentSystem();
DetectErrorsInJavaScript(); // Look for errors in our rather complex js.
}
@@ -44,7 +44,7 @@
}
protected:
- test::PeerConnectionServerRunner peerconnection_server_;
+ PeerConnectionServerRunner peerconnection_server_;
private:
DISALLOW_COPY_AND_ASSIGN(WebRtcDisableEncryptionFlagBrowserTest);

Powered by Google App Engine
This is Rietveld 408576698