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

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

Issue 2446543004: Fix RPHI message queueing during process death (Closed)
Patch Set: Created 4 years, 2 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 d987387740bcb048ec28aa744a7e642f818dfe38..e6ca463d0cd0db0c5fa247acec8262c6ee078479 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -101,6 +101,8 @@ bool MockRenderProcessHost::Init() {
return true;
}
+void MockRenderProcessHost::EnsureHasChannel() {}
+
int MockRenderProcessHost::GetNextRoutingID() {
return ++prev_routing_id_;
}

Powered by Google App Engine
This is Rietveld 408576698