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

Unified Diff: content/test/test_render_frame_host.cc

Issue 182713005: Remove frame ID from DidCommitProvisionalLoad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix John's comments and signin test 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/test/test_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index 0c3c5790aa9c96f0e6f97ced34cabcbcf00c5b1e..3e77c7fafacd4d6f21e19b715f9f26c18224eb7a 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -80,7 +80,6 @@ void TestRenderFrameHost::SendNavigateWithFile(
void TestRenderFrameHost::SendNavigateWithParams(
FrameHostMsg_DidCommitProvisionalLoad_Params* params) {
- params->frame_id = GetRoutingID();
FrameHostMsg_DidCommitProvisionalLoad msg(1, *params);
OnNavigate(msg);
}
@@ -94,7 +93,6 @@ void TestRenderFrameHost::SendNavigateWithParameters(
const base::FilePath* file_path_for_history_item) {
FrameHostMsg_DidCommitProvisionalLoad_Params params;
params.page_id = page_id;
- params.frame_id = GetRoutingID();
params.url = url;
params.referrer = Referrer();
params.transition = transition;
« content/public/browser/render_frame_host.h ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698