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

Unified Diff: content/test/test_render_view_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_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index ad7ba44b5bad8dec9b27fe663eef69d5b17d1a36..9db86f2e1d713c9474383ebf52ed9733d0051a96 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -40,9 +40,8 @@ class TestRenderFrameHost;
class TestWebContents;
// Utility function to initialize ViewHostMsg_NavigateParams_Params
-// with given |page_id|, |url| and |transition_type|.
+// with given |url| and |transition_type|.
void InitNavigateParams(FrameHostMsg_DidCommitProvisionalLoad_Params* params,
- int page_id,
const GURL& url,
PageTransition transition_type);
@@ -247,7 +246,7 @@ class TestRenderViewHost
int page_id, const GURL& url, const base::FilePath& file_path);
void SendNavigateWithParams(
- FrameHostMsg_DidCommitProvisionalLoad_Params* params);
+ int page_id, FrameHostMsg_DidCommitProvisionalLoad_Params* params);
void TestOnUpdateStateWithFile(
int page_id, const base::FilePath& file_path);

Powered by Google App Engine
This is Rietveld 408576698