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

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

Issue 10837148: gdata: Add GetEntryInfoByPath() and ReadDirectoryByPath() to GDataDirectoryService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bc3d247ff570c0eba4df6cd917542b10ede1e11b..01ddde3264359a8f5ca7dbc14a9bb12a6cf75d13 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -111,7 +111,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
const GetEntryInfoCallback& callback) OVERRIDE;
virtual void ReadDirectoryByPath(
const FilePath& file_path,
- const ReadDirectoryCallback& callback) OVERRIDE;
+ const ReadDirectoryWithSettingCallback& callback) OVERRIDE;
virtual void RequestDirectoryRefresh(
const FilePath& file_path) OVERRIDE;
virtual void GetAvailableSpace(
@@ -612,7 +612,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
GDataEntry* entry);
// Called when an entry is found for ReadDirectoryByPath().
- void OnReadDirectory(const ReadDirectoryCallback& callback,
+ void OnReadDirectory(const ReadDirectoryWithSettingCallback& callback,
GDataFileError error,
GDataEntry* entry);
@@ -718,7 +718,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
const GetEntryInfoWithFilePathCallback& callback);
void ReadDirectoryByPathAsyncOnUIThread(
const FilePath& file_path,
- const ReadDirectoryCallback& callback);
+ const ReadDirectoryWithSettingCallback& callback);
void RequestDirectoryRefreshOnUIThread(
const FilePath& file_path);
void OnRequestDirectoryRefresh(GetDocumentsParams* params,
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698