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

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

Issue 10963018: Rework arguments of HistoryService::AddPage() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile Created 8 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/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 045ca051c43d3f3ab60dfce261bbf101ba456279..b0a3897a223b8426bb75b17347cbbe675e6201d9 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
@@ -160,8 +160,8 @@ void AddToHistory(HistoryService* service,
NULL, // scope
1234, // page_id
GURL(), // referrer
- transition,
history::RedirectList(),
+ transition,
source,
false);
service->SetPageTitle(url, ASCIIToUTF16(url.spec() + " - title"));

Powered by Google App Engine
This is Rietveld 408576698