summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/drive_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/gdata/drive_file_system.h')
-rw-r--r--chrome/browser/chromeos/gdata/drive_file_system.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/gdata/drive_file_system.h b/chrome/browser/chromeos/gdata/drive_file_system.h
index 3af05ca..725ad6b 100644
--- a/chrome/browser/chromeos/gdata/drive_file_system.h
+++ b/chrome/browser/chromeos/gdata/drive_file_system.h
@@ -751,9 +751,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
const GetFileCallback& get_file_callback,
const GetContentCallback& get_content_callback,
DriveEntry* entry);
- void GetEntryInfoByEntryOnUIThread(
- const GetEntryInfoWithFilePathCallback& callback,
- DriveEntry* entry);
void UpdateFileByResourceIdOnUIThread(const std::string& resource_id,
const FileOperationCallback& callback);
void GetEntryInfoByPathOnUIThread(const FilePath& file_path,
@@ -781,6 +778,15 @@ class DriveFileSystem : public DriveFileSystemInterface,
const FilePath& file_content_path,
const base::Closure& callback);
+ // Part of GetEntryInfoByResourceId(). Called after
+ // DriveResourceMetadata::GetEntryInfoByResourceId() is complete.
+ // |callback| must not be null.
+ void GetEntryInfoByResourceIdAfterGetEntry(
+ const GetEntryInfoWithFilePathCallback& callback,
+ DriveFileError error,
+ const FilePath& file_path,
+ scoped_ptr<DriveEntryProto> entry_proto);
+
// Part of CopyOnUIThread(). Called after GetEntryInfoPairByPaths() is
// complete. |callback| must not be null.
void CopyOnUIThreadAfterGetEntryInfoPair(