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

Unified Diff: content/renderer/media/android/media_info_loader_unittest.cc

Issue 2651583007: Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. (Closed)
Patch Set: Rebasing... 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 | « components/printing/renderer/print_web_view_helper.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/media_info_loader_unittest.cc
diff --git a/content/renderer/media/android/media_info_loader_unittest.cc b/content/renderer/media/android/media_info_loader_unittest.cc
index 59fa38ef90b599ba6f1dd7da5a4f7c51f50185cb..5b30914aa06c3a5b48e5550d7f667e33c6bcf0c2 100644
--- a/content/renderer/media/android/media_info_loader_unittest.cc
+++ b/content/renderer/media/android/media_info_loader_unittest.cc
@@ -41,8 +41,8 @@ class MediaInfoLoaderTest : public testing::Test {
public:
MediaInfoLoaderTest()
: view_(WebView::create(nullptr, blink::WebPageVisibilityStateVisible)) {
- view_->setMainFrame(
- WebLocalFrame::create(blink::WebTreeScopeType::Document, &client_));
+ view_->setMainFrame(WebLocalFrame::create(blink::WebTreeScopeType::Document,
+ &client_, nullptr, nullptr));
}
virtual ~MediaInfoLoaderTest() {
« no previous file with comments | « components/printing/renderer/print_web_view_helper.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698