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

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

Issue 176843004: Add IncrementWorkerRefCount() and DecrementWorkerRefCount() to RenderProcessHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 a2b058ad890d794dcd426dacaaa28b883157d13f..482bd47eafc629dadce3d719ceecb109ca3da0da 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -267,6 +267,10 @@ void MockRenderProcessHost::SetWebRtcLogMessageCallback(
void MockRenderProcessHost::ResumeDeferredNavigation(
const GlobalRequestID& request_id) {}
+void MockRenderProcessHost::SetExternalClientStatus(
+ bool has_external_worker_client) {
+}
+
bool MockRenderProcessHost::OnMessageReceived(const IPC::Message& msg) {
IPC::Listener* listener = listeners_.Lookup(msg.routing_id());
if (listener)

Powered by Google App Engine
This is Rietveld 408576698