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

Unified Diff: chrome/browser/service_process/service_process_control.h

Issue 310853003: Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Landing Created 6 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: chrome/browser/service_process/service_process_control.h
diff --git a/chrome/browser/service_process/service_process_control.h b/chrome/browser/service_process/service_process_control.h
index 9db9324f84376196af2e8d97ffbde3b086307219..4f58e595ef5d77dfd17668f218f2a608e32f9dab 100644
--- a/chrome/browser/service_process/service_process_control.h
+++ b/chrome/browser/service_process/service_process_control.h
@@ -201,7 +201,7 @@ class ServiceProcessControl : public IPC::Sender,
void ConnectInternal();
// Takes ownership of the pointer. Split out for testing.
- void SetChannel(IPC::ChannelProxy* channel);
+ void SetChannel(scoped_ptr<IPC::ChannelProxy> channel);
static void RunAllTasksHelper(TaskList* task_list);

Powered by Google App Engine
This is Rietveld 408576698