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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.h

Issue 272043002: Invoke AttachmentUploader and update AttachmentIds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize through SyncApiComponentFactory Created 6 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
Index: chrome/browser/sync/profile_sync_components_factory_impl.h
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
index 69f56255865a7780858a59fea8e68284ea72411d..7e40398f000e01131a2890f9b0ae250745aca50b 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
@@ -47,8 +47,8 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
syncer::ModelType type) OVERRIDE;
- virtual scoped_ptr<syncer::AttachmentStore>
- CreateCustomAttachmentStoreForType(syncer::ModelType type) OVERRIDE;
+ virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
+ syncer::AttachmentService::Delegate* delegate) OVERRIDE;
// Legacy datatypes that need to be converted to the SyncableService API.
virtual SyncComponents CreateBookmarkSyncComponents(

Powered by Google App Engine
This is Rietveld 408576698