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

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

Issue 10823427: gdata: Change callback type of GDataDirectoryService::GetEntryInfoByResourceId() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_interface.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
index 235fb880fcc8954e0aa882250e212dd76265815d..aad79e93b22c54b2b7d2f32bd5bc9884929ecc08 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
@@ -40,17 +40,6 @@ typedef base::Callback<void(GDataFileError error,
const std::string& mime_type,
GDataFileType file_type)> GetFileCallback;
-// Used to get entry info from the file system, with the gdata file path.
-// If |error| is not GDATA_FILE_OK, |file_info| is set to NULL.
-//
-// |gdata_file_path| parameter is provided as GDataEntryProto does not contain
-// the gdata file path (i.e. only contains the base name without parent
-// directory names).
-typedef base::Callback<void(GDataFileError error,
- const FilePath& gdata_file_path,
- scoped_ptr<GDataEntryProto> file_proto)>
- GetEntryInfoWithFilePathCallback;
-
// Used to read a directory from the file system.
// Similar to ReadDirectoryCallback but this one provides
// |hide_hosted_documents|

Powered by Google App Engine
This is Rietveld 408576698