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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index b70731504eaf840dd62172749dc084652b0fdf93..38ab9a6fbcc9a8f34e76836073565eec348f1c48 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1022,7 +1022,7 @@ class CONTENT_EXPORT RenderFrameImpl
void GetInterface(mojo::InterfaceRequest<Interface> request);
// Connects to a Mojo application and returns a proxy to its exposed
- // ServiceProvider.
+ // InterfaceProvider.
shell::mojom::InterfaceProviderPtr ConnectToApplication(const GURL& url);
// Returns the media delegate for WebMediaPlayer usage. If

Powered by Google App Engine
This is Rietveld 408576698