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

Unified Diff: content/public/common/child_process_host.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: Comments from avi. Created 5 years, 3 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/public/child/child_thread.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index d36d310c3e82a986fcd66ef283d4e4074b2e49d9..0544a5a54dc1f87cab5d3d9ebb1096c5b11cf96a 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -71,10 +71,6 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// On failure, returns an empty FilePath.
static base::FilePath GetChildPath(int flags);
- // Returns an AttachmentBroker used to broker attachments of IPC messages to
- // child processes.
- static IPC::AttachmentBrokerPrivileged* GetAttachmentBroker();
-
// Send the shutdown message to the child process.
// Does not check with the delegate's CanShutdown.
virtual void ForceShutdown() = 0;
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698