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

Unified Diff: content/common/gpu/gpu_channel_test_common.h

Issue 1292263003: ipc: Use a global for the process's attachment broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_message2
Patch Set: Created 5 years, 4 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/common/gpu/gpu_channel_test_common.h
diff --git a/content/common/gpu/gpu_channel_test_common.h b/content/common/gpu/gpu_channel_test_common.h
index b42eeeba16f2e2f05064b6bd8c47eb1c1ff6456c..385d4b221b41c5dde7f0500ea65e2eca20d11201 100644
--- a/content/common/gpu/gpu_channel_test_common.h
+++ b/content/common/gpu/gpu_channel_test_common.h
@@ -58,8 +58,7 @@ class TestGpuChannel : public GpuChannel {
base::ProcessId GetClientPID() const override;
- IPC::ChannelHandle Init(base::WaitableEvent* shutdown_event,
- IPC::AttachmentBroker* attachment_broker) override;
+ IPC::ChannelHandle Init(base::WaitableEvent* shutdown_event) override;
// IPC::Sender implementation.
bool Send(IPC::Message* msg) override;

Powered by Google App Engine
This is Rietveld 408576698