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

Issue 665923002: Moves RenderProcessHostImpl::init_time() to RenderProcessHost to fix broken test. (Closed)

Created:
6 years, 2 months ago by carlosk
Modified:
6 years, 2 months ago
Reviewers:
nasko
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Moves RenderProcessHostImpl::init_time() to RenderProcessHost to fix broken test. BUG=424575 Committed: https://crrev.com/b62f729b1611b64d2cb1c99892e669c1d4e59668 Cr-Commit-Position: refs/heads/master@{#300514}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed CR comments. #

Total comments: 7

Patch Set 3 : Minor changes #

Patch Set 4 : Rebase #

Patch Set 5 : Rebasing once more. #

Patch Set 6 : Actually removed the now uneeded cast from RPH to RPHI. #

Total comments: 3

Patch Set 7 : Renamed moved method to remove explicit project name from it. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 6 2 chunks +1 line, -7 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
carlosk
nasko: PTAL.
6 years, 2 months ago (2014-10-20 13:01:01 UTC) #2
nasko
https://codereview.chromium.org/665923002/diff/1/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h (right): https://codereview.chromium.org/665923002/diff/1/content/public/browser/render_process_host.h#newcode236 content/public/browser/render_process_host.h:236: // Note: Will disappear after PlzNavitate is completed. nit: ...
6 years, 2 months ago (2014-10-20 18:03:39 UTC) #3
carlosk
All done. Let me know if anything else should be changed. Thanks. https://codereview.chromium.org/665923002/diff/1/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h ...
6 years, 2 months ago (2014-10-20 19:42:55 UTC) #4
carlosk
All done. Let me know if anything else should be changed. Thanks.
6 years, 2 months ago (2014-10-20 19:42:56 UTC) #5
nasko
LGTM with a couple of nits. https://codereview.chromium.org/665923002/diff/20001/content/browser/renderer_host/render_process_host_impl.h File content/browser/renderer_host/render_process_host_impl.h (right): https://codereview.chromium.org/665923002/diff/20001/content/browser/renderer_host/render_process_host_impl.h#newcode143 content/browser/renderer_host/render_process_host_impl.h:143: nit: No need ...
6 years, 2 months ago (2014-10-20 19:53:57 UTC) #6
carlosk
Thanks. Finally the method name is GetInitTimeForPlzNavigate. https://codereview.chromium.org/665923002/diff/20001/content/browser/renderer_host/render_process_host_impl.h File content/browser/renderer_host/render_process_host_impl.h (right): https://codereview.chromium.org/665923002/diff/20001/content/browser/renderer_host/render_process_host_impl.h#newcode143 content/browser/renderer_host/render_process_host_impl.h:143: On 2014/10/20 ...
6 years, 2 months ago (2014-10-21 12:23:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/665923002/80001
6 years, 2 months ago (2014-10-21 14:13:31 UTC) #9
nasko
https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h (right): https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h#newcode237 content/public/browser/render_process_host.h:237: virtual const base::TimeTicks& GetInitTime() const = 0; On 2014/10/21 ...
6 years, 2 months ago (2014-10-21 14:13:55 UTC) #10
nasko
https://codereview.chromium.org/665923002/diff/100001/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/665923002/diff/100001/content/browser/frame_host/navigator_impl.cc#newcode902 content/browser/frame_host/navigator_impl.cc:902: navigation_data_->start_time_; nit: indent by 4 spaces
6 years, 2 months ago (2014-10-21 14:50:12 UTC) #12
carlosk
Done! https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h (right): https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h#newcode237 content/public/browser/render_process_host.h:237: virtual const base::TimeTicks& GetInitTime() const = 0; On ...
6 years, 2 months ago (2014-10-21 15:28:13 UTC) #13
nasko
Still LGTM https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h (right): https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h#newcode237 content/public/browser/render_process_host.h:237: virtual const base::TimeTicks& GetInitTime() const = 0; ...
6 years, 2 months ago (2014-10-21 15:56:14 UTC) #14
carlosk
On 2014/10/21 15:56:14, nasko wrote: > Still LGTM > > https://codereview.chromium.org/665923002/diff/20001/content/public/browser/render_process_host.h > File content/public/browser/render_process_host.h (right): ...
6 years, 2 months ago (2014-10-21 16:26:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/665923002/120001
6 years, 2 months ago (2014-10-21 16:28:58 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years, 2 months ago (2014-10-21 17:35:48 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 17:36:36 UTC) #19
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b62f729b1611b64d2cb1c99892e669c1d4e59668
Cr-Commit-Position: refs/heads/master@{#300514}

Powered by Google App Engine
This is Rietveld 408576698