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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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 | « content/common/service_worker/embedded_worker_setup.mojom ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 7366de2c580589f8be7544f3ece9b3e27c701885..65443f0935dcec85cfe4190d7890abeef8084928 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -635,8 +635,8 @@ class CONTENT_EXPORT RenderFrameImpl
// Binds this render frame's service registry.
void BindServiceRegistry(
- mojo::InterfaceRequest<mojo::InterfaceProvider> services,
- mojo::InterfaceProviderPtr exposed_services);
+ mojo::shell::mojom::InterfaceProviderRequest services,
+ mojo::shell::mojom::InterfaceProviderPtr exposed_services);
ManifestManager* manifest_manager();
@@ -965,7 +965,8 @@ class CONTENT_EXPORT RenderFrameImpl
// Connects to a Mojo application and returns a proxy to its exposed
// ServiceProvider.
- mojo::InterfaceProviderPtr ConnectToApplication(const GURL& url);
+ mojo::shell::mojom::InterfaceProviderPtr ConnectToApplication(
+ const GURL& url);
// Returns the media delegate for WebMediaPlayer usage. If
// |media_player_delegate_| is NULL, one is created.
« no previous file with comments | « content/common/service_worker/embedded_worker_setup.mojom ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698