|
Implement SyncFileSystemService::GetFileSyncStatus method
- The method takes FileSystemURL and returns a new enum: fileapi::SyncFileStatus, which takes one of either: UNKNOWN, SYNCED, HAS_PENDING_CHANGES or CONFLICTING
BUG= 163860
TEST=SyncFileSystemService.GetFileSyncStatus
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170886
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+251 lines, -3 lines) |
Patch |
 |
M |
chrome/browser/sync_file_system/drive_file_sync_service.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/drive_file_sync_service.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local_file_sync_service.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local_file_sync_service.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/remote_file_sync_service.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/sync_file_system_service.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/sync_file_system_service.cc
|
View
|
|
2 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
View
|
1
|
3 chunks |
+97 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/syncable/local_file_sync_context.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/syncable/local_file_sync_context.cc
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/syncable/sync_callbacks.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/fileapi/syncable/sync_file_status.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/webkit_fileapi.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|