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

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

Issue 10827262: gdata: Remove use of FindEntryByPathSync() from MoveEntryFromRootDirectory() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 34c5ad77b7146edc1ceb2edc9c5ca296c5c41c9d..923406c52b415b00d4a71c6700bfea2a35e45058 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -384,6 +384,12 @@ class GDataFileSystem : public GDataFileSystemInterface,
GDataFileError error,
const FilePath& file_path);
+ // Part of MoveEntryFromRootDirectory(). Called after
+ // GetEntryInfoPairByPaths() is complete. |callback| must not be null.
+ void MoveEntryFromRootDirectoryAfterGetEntryInfoPair(
+ const FileOperationCallback& callback,
+ scoped_ptr<EntryInfoPairResult> result);
+
// Removes a file or directory at |file_path| from the directory at
// |dir_path| and moves it to the root directory.
//
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698