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

Unified Diff: chrome/browser/chromeos/gdata/find_entry_callback.cc

Issue 10383156: Remove directory_path argument from chromeos::FindEntryCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 7 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/find_entry_callback.cc
diff --git a/chrome/browser/chromeos/gdata/find_entry_callback.cc b/chrome/browser/chromeos/gdata/find_entry_callback.cc
index 2edd47dc1c7589d84364ed8af7c5966245bc0bfd..4dd6b0d0393ddfaf6287f340924cfc6fed728ede 100644
--- a/chrome/browser/chromeos/gdata/find_entry_callback.cc
+++ b/chrome/browser/chromeos/gdata/find_entry_callback.cc
@@ -8,7 +8,6 @@ namespace gdata {
void ReadOnlyFindEntryCallback(GDataEntry** out,
base::PlatformFileError error,
- const FilePath& directory_path,
GDataEntry* entry) {
if (error == base::PLATFORM_FILE_OK)
*out = entry;
« no previous file with comments | « chrome/browser/chromeos/gdata/find_entry_callback.h ('k') | chrome/browser/chromeos/gdata/gdata_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698