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

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

Issue 10832254: gdata: Remove use of FindEntryByPathSync() from RemoveEntryFromNonRootDirectory() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just rebase 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 4e8dd920ea4e3044e5959bf36a7367cd8111ff83..be5f9acc4056f2242d94ae428ddc23a92147ae91 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -390,6 +390,12 @@ class GDataFileSystem : public GDataFileSystemInterface,
const FileOperationCallback& callback,
scoped_ptr<EntryInfoPairResult> result);
+ // Part of RemoveEntryFromNonRootDirectory(). Called after
+ // GetEntryInfoPairByPaths() is complete. |callback| must not be null.
+ void RemoveEntryFromNonRootDirectoryAfterEntryInfoPair(
+ const FileMoveCallback& callback,
+ scoped_ptr<EntryInfoPairResult> result);
+
// Removes a file or directory at |file_path| from the current directory if
// it's not in the root directory. This essentially moves an entry to the
// root directory on the server side.
« 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