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

Unified Diff: content/child/child_thread.h

Issue 304273004: Add name to services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get chrome to build Created 6 years, 7 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/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 1728c71d753f2e273cdaf2645caac2292390ace6..bbd04ebc5184bd644f49f29a6144771c5aace8d2 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -170,9 +170,10 @@ class CONTENT_EXPORT ChildThread
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
virtual void OnChannelError() OVERRIDE;
- // mojo::ShellClient implementation:
+ // mojo::ServiceProvider implementation:
virtual void ConnectToService(
- const mojo::String& service_name,
+ const mojo::String& url,
+ const mojo::String& name,
mojo::ScopedMessagePipeHandle message_pipe) OVERRIDE;
private:
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698