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

Unified Diff: content/test/test_render_frame_host.h

Issue 556703004: Remove page id from FrameNavigateParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaner Created 6 years, 3 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.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index ec6be4dc7fa4e9bf2266467497a2e4ee3b3fa712..9a1dba970fbd605ca4cff9e90d015fc29221daaf 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -68,6 +68,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
const GURL& url,
const base::FilePath& file_path);
void SendNavigateWithParams(
+ int page_id,
FrameHostMsg_DidCommitProvisionalLoad_Params* params);
void SendNavigateWithRedirects(
int page_id,

Powered by Google App Engine
This is Rietveld 408576698