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

Unified Diff: content/public/test/render_view_test.cc

Issue 1830883002: Add blink::ServiceRegistry and expose it from LocalFrame and Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/content_renderer.gypi ('k') | content/renderer/mojo/blink_service_registry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 642d4277cb2e5d6796dc1b94fb6b3e05efb3d27d..20b437970a13f7d0250cb91f3b80f9a4c37bfba0 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -172,7 +172,8 @@ class RendererBlinkPlatformImplTestOverrideImpl
public:
RendererBlinkPlatformImplTestOverrideImpl(
scheduler::RendererScheduler* scheduler)
- : RendererBlinkPlatformImpl(scheduler) {}
+ : RendererBlinkPlatformImpl(scheduler, nullptr) {
+ }
// Get rid of the dependency to the sandbox, which is not available in
// RenderViewTest.
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/mojo/blink_service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698