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

Unified Diff: chrome/browser/history/history_service.cc

Issue 14615010: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 7 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 | « chrome/browser/history/history_service.h ('k') | chrome/browser/history/typed_url_syncable_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_service.cc
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
index 49e91b7f55a9afe8b61dd80cb77d74ba91e1d76f..7743a36c332d8f0a75107074c1430f15e40eb5a2 100644
--- a/chrome/browser/history/history_service.cc
+++ b/chrome/browser/history/history_service.cc
@@ -362,6 +362,11 @@ bool HistoryService::GetVisitCountForURL(const GURL& url, int* visit_count) {
return true;
}
+history::TypedUrlSyncableService* HistoryService::GetTypedUrlSyncableService()
+ const {
+ return history_backend_->GetTypedUrlSyncableService();
+}
+
void HistoryService::Shutdown() {
DCHECK(thread_checker_.CalledOnValidThread());
// It's possible that bookmarks haven't loaded and history is waiting for
« no previous file with comments | « chrome/browser/history/history_service.h ('k') | chrome/browser/history/typed_url_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698