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

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

Issue 2723953002: [sync] skeleton implementation of TypedURLSyncBridge (Closed)
Patch Set: rebase Created 3 years, 9 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: components/history/core/browser/history_service.cc
diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc
index 52701c5a8a705c4ed2e8a848daa31ace8a602588..f4c9e77d0429f83e8a8f79b442d3b7c4d72e9bda 100644
--- a/components/history/core/browser/history_service.cc
+++ b/components/history/core/browser/history_service.cc
@@ -234,6 +234,10 @@ URLDatabase* HistoryService::InMemoryDatabase() {
return in_memory_backend_ ? in_memory_backend_->db() : nullptr;
}
+TypedURLSyncBridge* HistoryService::GetTypedURLSyncBridge() const {
+ return history_backend_->GetTypedURLSyncBridge();
+}
+
TypedUrlSyncableService* HistoryService::GetTypedUrlSyncableService() const {
return history_backend_->GetTypedUrlSyncableService();
}
« no previous file with comments | « components/history/core/browser/history_service.h ('k') | components/history/core/browser/typed_url_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698