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

Unified Diff: content/public/browser/content_browser_client.h

Issue 1209283003: FrameMojoShell provides services to mojo apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index d588a33bd9d22a3fbcc7c4b51640d1285aa386bf..e82de2ba8f5fed0b199a6850a09f33eed2c3aa2d 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -578,8 +578,8 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual void OverrideRenderProcessMojoServices(ServiceRegistry* registry) {}
// Allows to override browser Mojo services exposed through the
- // RenderFrameHost.
- virtual void OverrideRenderFrameMojoServices(
+ // FrameMojoShell.
+ virtual void OverrideFrameMojoShellServices(
ServiceRegistry* registry,
RenderFrameHost* render_frame_host) {}

Powered by Google App Engine
This is Rietveld 408576698