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

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

Issue 2949023002: [WIP] Fix history.replaceState() not propagating back favicons (Closed)
Patch Set: Focus on history.replaceState() Created 3 years, 5 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 796212ed721f4342632d5489e5d6625e095f25cf..eff97562318c9f61927dc63df4030113fa1039db 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
@@ -171,7 +171,7 @@ void AddToHistory(history::HistoryService* service,
nullptr, // scope
1234, // nav_entry_id
GURL(), // referrer
- history::RedirectList(), transition, source, false);
+ history::RedirectList(), transition, source, base::nullopt);
}
history::URLRows GetTypedUrlsFromHistoryService(

Powered by Google App Engine
This is Rietveld 408576698