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

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

Issue 10828126: gdata: Introduce GDataWapiFeedLoader class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and fix Created 8 years, 5 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_files.h
diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h
index 1298447ef8f890e04f0a85718146c42d9a64270c..37b722edd51b3c12073727ee33f48510c4d59c9c 100644
--- a/chrome/browser/chromeos/gdata/gdata_files.h
+++ b/chrome/browser/chromeos/gdata/gdata_files.h
@@ -379,6 +379,11 @@ class GDataDirectoryService {
// TODO(satorux): Replace this with an async version crbug.com/137160
GDataEntry* FindEntryByPathSync(const FilePath& file_path);
+ // Searches for |file_path| synchronously, and runs |callback|.
+ // TODO(satorux): Replace this with an async version crbug.com/137160
+ void FindEntryByPathAndRunSync(const FilePath& file_path,
+ const FindEntryCallback& callback);
+
// Returns the GDataEntry* with the corresponding |resource_id|.
// TODO(achuith): Get rid of this in favor of async version crbug.com/13957.
GDataEntry* GetEntryByResourceId(const std::string& resource_id);
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_files.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698