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

Unified Diff: chrome/browser/history/history_tab_helper.h

Issue 823273003: Switch the history backend from using page ids to navigation entry unique ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using Created 6 years 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 9f576d3473ee4180454973ede954fcd96fe302e1..4d0961dcb3dd946160de455b64f01a56392388b3 100644
--- a/chrome/browser/history/history_tab_helper.h
+++ b/chrome/browser/history/history_tab_helper.h
@@ -36,6 +36,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
const GURL& virtual_url,
base::Time timestamp,
bool did_replace_entry,
+ int nav_entry_id,
const content::FrameNavigateParams& params);
private:

Powered by Google App Engine
This is Rietveld 408576698