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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h

Issue 10543037: gdata: Convert public synchronous functions in GDataFileSystem to asynchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Toni's comments @ 06/08/12 10:59AM PDT. Created 8 years, 6 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/chromeos/gdata/gdata_file_system_proxy.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
index d5101028a22054bd2e57ccab5d4f990a229897fd..4d5595fe4af35a3c9fe939a6d68bd7eeb88e8160 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
@@ -69,6 +69,15 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
const FilePath& entry_path,
scoped_ptr<gdata::GDataEntryProto> entry_proto);
+ // Helper callback for relaying reply for GetEntryInfoByPathAsync() to the
+ // calling thread.
+ void OnGetEntryInfoByPathAsync(
+ const fileapi::FileSystemOperationInterface::SnapshotFileCallback&
+ callback,
+ base::PlatformFileError error,
+ const FilePath& entry_path,
+ scoped_ptr<GDataEntryProto> entry_proto);
+
// Helper callback for relaying reply for ReadDirectory() to the calling
// thread.
void OnReadDirectory(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698