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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
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
Index: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 030b92dfb5c2f5bd1ebada5cf04cef58ef8f1cea..5437f86e812ddba71d15a155ac3d5d0e6427126c 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -275,11 +275,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
void RegisterRenderProcessMojoServices(
content::ServiceRegistry* registry,
content::RenderProcessHost* render_process_host) override;
- void RegisterFrameMojoShellServices(
- content::ServiceRegistry* registry,
+ void RegisterFrameMojoShellInterfaces(
+ shell::InterfaceRegistry* registry,
content::RenderFrameHost* render_frame_host) override;
- void RegisterRenderFrameMojoServices(
- content::ServiceRegistry* registry,
+ void RegisterRenderFrameMojoInterfaces(
+ shell::InterfaceRegistry* registry,
content::RenderFrameHost* render_frame_host) override;
void RegisterInProcessMojoApplications(
StaticMojoApplicationMap* apps) override;
« no previous file with comments | « chrome/browser/android/mojo/chrome_service_registrar_android.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698