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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index f7b841877b0c6849d02dc738e33416eca78d4f9b..da92cd64c300d1ce26df419686f2bd4c53b5567f 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2408,7 +2408,7 @@ void ChromeContentBrowserClient::PreSpawnRenderer(
}
#endif
-void ChromeContentBrowserClient::OverrideRenderFrameMojoServices(
+void ChromeContentBrowserClient::OverrideFrameMojoShellServices(
content::ServiceRegistry* registry,
content::RenderFrameHost* render_frame_host) {
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698