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

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

Issue 665923002: Moves RenderProcessHostImpl::init_time() to RenderProcessHost to fix broken test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR comments. Created 6 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.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index 4bae5a119424eb03a062a4806e5265b35f47f504..2966ea7cc20182bbca75196d4904565321cb9794 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -83,6 +83,7 @@ class MockRenderProcessHost : public RenderProcessHost {
override;
virtual void NotifyTimezoneChange() override;
virtual ServiceRegistry* GetServiceRegistry() override;
+ virtual const base::TimeTicks& GetInitTime() const override;
// IPC::Sender via RenderProcessHost.
virtual bool Send(IPC::Message* msg) override;

Powered by Google App Engine
This is Rietveld 408576698