Chromium Code Reviews| Index: chrome/browser/chromeos/drive/drive_feed_loader.h |
| =================================================================== |
| --- chrome/browser/chromeos/drive/drive_feed_loader.h (revision 176402) |
| +++ chrome/browser/chromeos/drive/drive_feed_loader.h (working copy) |
| @@ -119,6 +119,13 @@ |
| google_apis::GDataErrorCode status, |
| scoped_ptr<google_apis::AccountMetadataFeed> account_metadata); |
| + // Callback for DriveResourceMetadata::GetLargestChangestamp. |
| + // Compares |remote_changestamp| and |local_changestamp| and triggers |
| + // LoadFromServer if necessary. |
| + void CompareChangestamps(const FileOperationCallback& callback, |
|
satorux1
2013/01/15 19:19:01
Maybe: CompareChangestampsAndLoadIfNeeded ?
achuithb
2013/01/15 22:19:15
Done.
|
| + int64 remote_changestamp, |
| + int64 local_changestamp); |
| + |
| // Callback for handling response from |DriveAPIService::GetApplicationInfo|. |
| // If the application list is successfully parsed, passes the list to |
| // Drive webapps registry. |