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

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: Remove unused code Created 4 years, 5 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 2ff0dd716f7a2455c55fe998ececc2dabd200182..a143803200a18c3de4a8b39b4f1ca8c2ac844508 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1035,7 +1035,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