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

Unified Diff: chrome/browser/sync/test/integration/typed_urls_helper.cc

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/sync/test/integration/typed_urls_helper.cc
diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
index 43da2f3c9709def96b75aafbd8fd8b7aab1e4301..491af7967f7461f83c44a854cdcf5fa98045f55c 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
@@ -162,7 +162,7 @@ void AddToHistory(HistoryService* service,
service->AddPage(url,
timestamp,
NULL, // scope
- 1234, // page_id
+ 1234, // nav_entry_id
GURL(), // referrer
history::RedirectList(),
transition,

Powered by Google App Engine
This is Rietveld 408576698