Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_directory_service.h |
| =================================================================== |
| --- chrome/browser/chromeos/gdata/gdata_directory_service.h (revision 151875) |
| +++ chrome/browser/chromeos/gdata/gdata_directory_service.h (working copy) |
| @@ -181,7 +181,7 @@ |
| void AddEntryToResourceMap(GDataEntry* entry); |
| // Removes the entry from resource map. |
| - void RemoveEntryFromResourceMap(GDataEntry* entry); |
| + void RemoveEntryFromResourceMap(const std::string& resource_id); |
|
satorux1
2012/08/17 11:49:17
nice! I guess you'll make it asynchronous in a sep
|
| // Searches for |file_path| synchronously. |
| // TODO(satorux): Replace this with an async version crbug.com/137160 |