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 6eca39a6d2184a9a12d3752aa5b664303f321c23..a8d3afb4879b25b878aaf02519db22a1be0f9ef8 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -172,6 +172,9 @@ void MockRenderProcessHost::AddPendingView() { |
void MockRenderProcessHost::RemovePendingView() { |
} |
+void MockRenderProcessHost::SetSuddenTerminationAllowed(bool allowed) { |
+} |
+ |
bool MockRenderProcessHost::SuddenTerminationAllowed() const { |
return true; |
} |