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

Unified Diff: content/browser/gpu/browser_gpu_channel_host_factory.cc

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/browser/gpu/browser_gpu_channel_host_factory.cc
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
index aea825dd2289ffe9c1b1d92c2969b7e725c0ed86..d798bb5c8da291970a989877a51963cf96288e73 100644
--- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
@@ -313,10 +313,6 @@ void BrowserGpuChannelHostFactory::CreateViewCommandBufferOnIO(
request));
}
-IPC::AttachmentBroker* BrowserGpuChannelHostFactory::GetAttachmentBroker() {
- return content::ChildProcessHost::GetAttachmentBroker();
-}
-
// static
void BrowserGpuChannelHostFactory::CommandBufferCreatedOnIO(
CreateRequest* request, CreateCommandBufferResult result) {

Powered by Google App Engine
This is Rietveld 408576698