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

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

Issue 1895773002: Move responsiblity of tab suspending from renderer to TabManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix time Created 4 years, 8 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.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index d50ca3de805830a27243983bad50212e5cf898f5..2a99f7bad5f482a3a9ba94d85fe2c1cb31ade2c2 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -145,6 +145,8 @@ class MockRenderProcessHost : public RenderProcessHost {
service_registry_ = std::move(service_registry);
}
+ void Suspend() override {}
+
private:
// Stores IPC messages that would have been sent to the renderer.
IPC::TestSink sink_;

Powered by Google App Engine
This is Rietveld 408576698