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

Unified Diff: content/renderer/render_thread_impl.cc

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/renderer/render_thread_impl.h ('k') | mojo/public/cpp/application/application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index b8d82f451569ecf6f9b4ea85b2aec2e0f0ea06de..0bd829f6138c1f87e1a65908e904ec46610e5a34 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1181,6 +1181,7 @@ scoped_ptr<gfx::GpuMemoryBuffer> RenderThreadImpl::AllocateGpuMemoryBuffer(
void RenderThreadImpl::ConnectToService(
const mojo::String& service_name,
+ const mojo::String& name,
mojo::ScopedMessagePipeHandle message_pipe) {
// TODO(darin): Invent some kind of registration system to use here.
if (service_name.To<base::StringPiece>() == kRendererService_WebUISetup) {
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | mojo/public/cpp/application/application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698