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

Unified Diff: content/public/test/mock_render_thread.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: 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/test/mock_render_thread.h ('k') | content/renderer/npapi/plugin_channel_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_render_thread.cc
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
index dee8514b68c6108e252a3bf5b467c706dac67f61..2d6fd6edc4b849a630cb663788712277fd4a4d3b 100644
--- a/content/public/test/mock_render_thread.cc
+++ b/content/public/test/mock_render_thread.cc
@@ -189,10 +189,6 @@ void MockRenderThread::ReleaseCachedFonts() {
#endif // OS_WIN
-IPC::AttachmentBroker* MockRenderThread::GetAttachmentBroker() {
- return nullptr;
-}
-
ServiceRegistry* MockRenderThread::GetServiceRegistry() {
return NULL;
}
« no previous file with comments | « content/public/test/mock_render_thread.h ('k') | content/renderer/npapi/plugin_channel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698