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

Unified Diff: chrome/browser/history/history_tab_helper.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: chrome/browser/history/history_tab_helper.h
diff --git a/chrome/browser/history/history_tab_helper.h b/chrome/browser/history/history_tab_helper.h
index c6372b4b7a7c62f43ebc2fa00a0643988da166af..1067e4e93d044bd1582a3601f4011c251124a82e 100644
--- a/chrome/browser/history/history_tab_helper.h
+++ b/chrome/browser/history/history_tab_helper.h
@@ -34,6 +34,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
// history.
history::HistoryAddPageArgs CreateHistoryAddPageArgs(
const GURL& virtual_url,
+ int32 page_id,
base::Time timestamp,
bool did_replace_entry,
const content::FrameNavigateParams& params);
« no previous file with comments | « no previous file | chrome/browser/history/history_tab_helper.cc » ('j') | content/browser/frame_host/render_frame_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698