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

Unified Diff: content/child/child_thread_impl.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/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index e1fe4fe1f34302e9a03a07dc5dfb3ba14aea3b9c..5e4663da5e44fe8b5c60e9a5a983c85b43e0503b 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -87,7 +87,6 @@ class CONTENT_EXPORT ChildThreadImpl
void PreCacheFont(const LOGFONT& log_font) override;
void ReleaseCachedFonts() override;
#endif
- IPC::AttachmentBroker* GetAttachmentBroker() override;
IPC::SyncChannel* channel() { return channel_.get(); }

Powered by Google App Engine
This is Rietveld 408576698