Chromium Code Reviews| 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); |