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

Unified Diff: content/browser/media/webrtc/webrtc_internals_unittest.cc

Issue 2163983006: Add unit test for WebRTCInternalsMessageHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NON_EXPORTED_BASE annotation. Created 4 years, 5 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: content/browser/media/webrtc/webrtc_internals_unittest.cc
diff --git a/content/browser/media/webrtc/webrtc_internals_unittest.cc b/content/browser/media/webrtc/webrtc_internals_unittest.cc
index f3b048f5dff6aac4ed56b93304a79cff0a2f4039..a652603cafe8665eb84f1aba13ed3df1a8744bbd 100644
--- a/content/browser/media/webrtc/webrtc_internals_unittest.cc
+++ b/content/browser/media/webrtc/webrtc_internals_unittest.cc
@@ -52,7 +52,7 @@ class MockWebRtcInternalsProxy : public WebRTCInternalsUIObserver {
// updates (changes down from 500ms to 1ms).
class WebRTCInternalsForTest : public NON_EXPORTED_BASE(WebRTCInternals) {
public:
- WebRTCInternalsForTest() : WebRTCInternals(1) {}
+ WebRTCInternalsForTest() : WebRTCInternals(1, true) {}
~WebRTCInternalsForTest() override {}
};
« no previous file with comments | « content/browser/media/webrtc/webrtc_internals_message_handler_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698