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

Unified Diff: chrome/browser/sync_file_system/local/canned_syncable_file_system.h

Issue 24106002: Add SNAPSHOT sync mode to LocalFileSyncContext::PrepareForSync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | chrome/browser/sync_file_system/local/canned_syncable_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.h
diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
index 440e779118d21cf13d1fdc9af66dd18e7548a292..3851a5a9882d745afb0212ac9b841949bcb58668 100644
--- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
+++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
@@ -45,6 +45,7 @@ class QuotaManager;
namespace sync_file_system {
+class FileChangeList;
class LocalFileSyncContext;
class SyncFileSystemBackend;
@@ -140,6 +141,8 @@ class CannedSyncableFileSystem
// ChangeTracker related methods. They run on file task runner.
void GetChangedURLsInTracker(fileapi::FileSystemURLSet* urls);
void ClearChangeForURLInTracker(const fileapi::FileSystemURL& url);
+ void GetChangesForURLInTracker(const fileapi::FileSystemURL& url,
+ FileChangeList* changes);
SyncFileSystemBackend* backend();
fileapi::FileSystemOperationRunner* operation_runner();
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/local/canned_syncable_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698