Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_file_system.h |
| =================================================================== |
| --- chrome/browser/chromeos/gdata/gdata_file_system.h (revision 151008) |
| +++ chrome/browser/chromeos/gdata/gdata_file_system.h (working copy) |
| @@ -531,7 +531,7 @@ |
| // Callback for GetEntryByResourceIdAsync. |
| // Removes stale entry upon upload of file. |
| - static void RemoveStaleEntryOnUpload(const std::string& resource_id, |
| + void RemoveStaleEntryOnUpload(const std::string& resource_id, |
| GDataDirectory* parent_dir, |
|
satorux1
2012/08/10 16:14:44
indentation
achuithb
2012/08/11 00:37:45
Done.
|
| GDataEntry* existing_entry); |
| @@ -741,11 +741,6 @@ |
| const FilePath& file_path); |
| void OnRequestDirectoryRefresh(GetDocumentsParams* params, |
| GDataFileError error); |
| - void RequestDirectoryRefreshByEntry( |
| - const FilePath& directory_path, |
| - const std::string& directory_resource_id, |
| - const FileResourceIdMap& file_map, |
| - GDataEntry* directory_entry); |
| void GetAvailableSpaceOnUIThread(const GetAvailableSpaceCallback& callback); |
| void AddUploadedFileOnUIThread(UploadMode upload_mode, |
| const FilePath& virtual_dir_path, |