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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.h

Issue 10271016: gdata: Remove use of FindEntryByPathAsync() from file_browser_private_api.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/extensions/file_browser_private_api.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_browser_private_api.h
index 482dcafb3a7a0e57028b46f482e0bab816024010..7473ff201be62fa3ce664e481b7e4f90bc2641e8 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
@@ -414,11 +414,10 @@ class GetGDataFilePropertiesFunction : public FileBrowserFunction {
void PrepareResults();
private:
- void OnFileProperties(base::DictionaryValue* property_dict,
- const FilePath& file_path,
- base::PlatformFileError error,
- const FilePath& directory_path,
- gdata::GDataEntry* entry);
+ void OnGetFileInfo(base::DictionaryValue* property_dict,
+ const FilePath& file_path,
+ base::PlatformFileError error,
+ scoped_ptr<gdata::GDataFileProto> file_proto);
void CacheStateReceived(base::DictionaryValue* property_dict,
base::PlatformFileError error,

Powered by Google App Engine
This is Rietveld 408576698