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

Unified Diff: content/shell/browser/layout_test/layout_test_content_browser_client.h

Issue 2643183002: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. (Closed)
Patch Set: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. Created 3 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: content/shell/browser/layout_test/layout_test_content_browser_client.h
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
index f2091ea1afb435f772ddfb40c448644702019330..588e785dfe54f6e2f050dc314db194b445bb9f61 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
@@ -29,6 +29,7 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
void RenderProcessWillLaunch(RenderProcessHost* host) override;
void ExposeInterfacesToRenderer(
service_manager::InterfaceRegistry* registry,
+ AssociatedInterfaceRegistry* associated_registry,
RenderProcessHost* render_process_host) override;
void OverrideWebkitPrefs(RenderViewHost* render_view_host,
WebPreferences* prefs) override;

Powered by Google App Engine
This is Rietveld 408576698