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

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

Issue 10399063: Revert 137657 - Remove directory_path argument from chromeos::FindEntryCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/chromeos/gdata/find_entry_callback.cc (revision 137657)
+++ chrome/browser/chromeos/gdata/find_entry_callback.cc (working copy)
@@ -8,6 +8,7 @@
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