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

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

Issue 10854199: ResourceId and unit test cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: minor Created 8 years, 4 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_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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_directory_service.cc » ('j') | chrome/browser/chromeos/gdata/gdata_files.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698