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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service.h

Issue 14701004: [Sync FileSystem] Implement directory supported RESOLVE_TO_LOCAL to LocalSync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: naming fix Created 7 years, 8 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_file_system/drive_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
index 033036525edf2931667ec7540250671fb1eb3240..c6cde4d30d41355aa77977d48910c756c3820909 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
@@ -223,6 +223,12 @@ class DriveFileSyncService
scoped_ptr<ApplyLocalChangeParam> param,
SyncStatusCode status,
const std::string& resource_id);
+ void DidDeleteForResolveToLocalForLocalSync(
+ const std::string& origin_resource_id,
+ const base::FilePath& local_file_path,
+ const fileapi::FileSystemURL& url,
+ scoped_ptr<ApplyLocalChangeParam> param,
+ google_apis::GDataErrorCode error);
void DidApplyLocalChange(
scoped_ptr<ApplyLocalChangeParam> param,
const google_apis::GDataErrorCode error,

Powered by Google App Engine
This is Rietveld 408576698