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

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

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/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index d9370ae6e7fcab193dd87ff31e2bb7544f1f0ccb..49cde68556b908419f3733abb8ee9e68ea3a1892 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -958,7 +958,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
// directory.
void OnUpdateChecked(ContentOrigin initial_origin,
base::PlatformFileError error,
- const FilePath& directory_path,
GDataEntry* entry);
// Starts root feed load from the cache. If successful, it will try to find
@@ -1343,19 +1342,16 @@ class GDataFileSystem : public GDataFileSystemInterface,
// Called when an entry is found for GetEntryInfoByPathAsync().
void OnGetEntryInfo(const GetEntryInfoCallback& callback,
base::PlatformFileError error,
- const FilePath& entry_path,
GDataEntry* entry);
// Called when an entry is found for GetFileInfoByPathAsync().
void OnGetFileInfo(const GetFileInfoCallback& callback,
base::PlatformFileError error,
- const FilePath& directory_path,
GDataEntry* entry);
// Called when an entry is found for ReadDirectoryByPathAsync().
void OnReadDirectory(const ReadDirectoryCallback& callback,
base::PlatformFileError error,
- const FilePath& directory_path,
GDataEntry* entry);
// Finds file info by using virtual |file_path|. This call will also
« no previous file with comments | « chrome/browser/chromeos/gdata/find_entry_callback.cc ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698