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

Unified Diff: sync/internal_api/public/attachments/attachment_service.h

Issue 986743004: [Sync] Refactor AttachmentStore classes. Introduce concept of referrer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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: sync/internal_api/public/attachments/attachment_service.h
diff --git a/sync/internal_api/public/attachments/attachment_service.h b/sync/internal_api/public/attachments/attachment_service.h
index 944a71f48f4f5304b670feeedb525e5c21e81991..da4b597297deabd2914083c08fe2c91b481aa475 100644
--- a/sync/internal_api/public/attachments/attachment_service.h
+++ b/sync/internal_api/public/attachments/attachment_service.h
@@ -52,11 +52,6 @@ class SYNC_EXPORT AttachmentService {
AttachmentService();
virtual ~AttachmentService();
- // Return a pointer to the AttachmentStore owned by this object.
- //
- // May return NULL.
- virtual AttachmentStore* GetStore() = 0;
-
// See SyncData::GetOrDownloadAttachments.
virtual void GetOrDownloadAttachments(
const AttachmentIdList& attachment_ids,

Powered by Google App Engine
This is Rietveld 408576698