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

Unified Diff: ios/chrome/browser/sync/ios_chrome_sync_client.mm

Issue 2710623003: [sync] Clean up path generation for the local sync database. (Closed)
Patch Set: Fix non-windows bots. Created 3 years, 10 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 | « ios/chrome/browser/sync/ios_chrome_sync_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/ios_chrome_sync_client.mm
diff --git a/ios/chrome/browser/sync/ios_chrome_sync_client.mm b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
index 8d7d4a566576ad89405ed7eabfc4f9b9fea8d4bf..92250fdffc2c57c80135401bbc9da60cbbfa00f5 100644
--- a/ios/chrome/browser/sync/ios_chrome_sync_client.mm
+++ b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
@@ -186,6 +186,10 @@ PrefService* IOSChromeSyncClient::GetPrefService() {
return browser_state_->GetPrefs();
}
+base::FilePath IOSChromeSyncClient::GetLocalSyncBackendFolder() {
+ return base::FilePath();
+}
+
bookmarks::BookmarkModel* IOSChromeSyncClient::GetBookmarkModel() {
DCHECK_CURRENTLY_ON(web::WebThread::UI);
return ios::BookmarkModelFactory::GetForBrowserState(browser_state_);
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698