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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 2138263002: Revert of Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/public/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index 5924b5170b3d1df51b16192594dc451f09b81836..a75a3f921a34ad5d40c019d6afd4d146a101117b 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -269,6 +269,10 @@
return remote_interfaces_.get();
}
+shell::Connection* MockRenderProcessHost::GetChildConnection() {
+ return nullptr;
+}
+
std::unique_ptr<base::SharedPersistentMemoryAllocator>
MockRenderProcessHost::TakeMetricsAllocator() {
return nullptr;
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | content/renderer/mus/render_widget_window_tree_client_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698