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

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

Issue 10204013: Move FindEntryDelegate and friends to separate file. (Closed) Base URL: svn://chrome-svn/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/gdata/gdata_files.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_files.h (revision 133833)
+++ chrome/browser/chromeos/gdata/gdata_files.h (working copy)
@@ -24,6 +24,7 @@
namespace gdata {
+class FindEntryDelegate;
class GDataFile;
class GDataDirectory;
class GDataRootDirectory;
@@ -422,6 +423,10 @@
// Remove the entries from resource map.
void RemoveEntriesFromResourceMap(const GDataFileCollection& children);
+ // Search for |file_path| triggering callback in |delegate|.
satorux1 2012/04/25 06:01:37 Search -> Searches While you are at it, could you
achuithb 2012/04/25 10:05:35 Done.
+ void FindEntryByPath(const FilePath& file_path,
+ FindEntryDelegate* delegate);
+
// Returns the GDataEntry* with the corresponding |resource_id|.
GDataEntry* GetEntryByResourceId(const std::string& resource_id);

Powered by Google App Engine
This is Rietveld 408576698