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

Unified Diff: components/history/core/browser/history_backend.cc

Issue 2850633004: [USS] implement CreateMetadataChangeList and GetClientTag (Closed)
Patch Set: comments Created 3 years, 7 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
« no previous file with comments | « no previous file | components/history/core/browser/typed_url_sync_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_backend.cc
diff --git a/components/history/core/browser/history_backend.cc b/components/history/core/browser/history_backend.cc
index 59566d6276c3955be8425c9f3a5bbead37fb0b8d..e2c03ac5bb7d6d334b51a9d74453c8ca6562b505 100644
--- a/components/history/core/browser/history_backend.cc
+++ b/components/history/core/browser/history_backend.cc
@@ -219,7 +219,7 @@ void HistoryBackend::Init(
delegate_->DBLoaded();
if (base::FeatureList::IsEnabled(switches::kSyncUSSTypedURL)) {
typed_url_sync_bridge_ = base::MakeUnique<TypedURLSyncBridge>(
- this,
+ this, db_.get(),
base::BindRepeating(
&ModelTypeChangeProcessor::Create,
// TODO(gangwu): use ReportUnrecoverableError before launch.
« no previous file with comments | « no previous file | components/history/core/browser/typed_url_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698