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

Unified Diff: blimp/engine/app/blimp_content_browser_client.h

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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 | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_content_browser_client.h
diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
index 9f4ce84bd9a2e241870a36243712be7309804b27..8d02198ee58caa3eab3bbda88d3cc7d8afaadf2f 100644
--- a/blimp/engine/app/blimp_content_browser_client.h
+++ b/blimp/engine/app/blimp_content_browser_client.h
@@ -29,8 +29,8 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
const content::MainFunctionParams& parameters) override;
void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
content::WebPreferences* prefs) override;
- void RegisterRenderProcessMojoServices(
- content::ServiceRegistry* registry,
+ void ExposeInterfacesToRenderer(
+ shell::InterfaceRegistry* registry,
content::RenderProcessHost* render_process_host) override;
content::LocationProvider* OverrideSystemLocationProvider() override;
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698