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

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

Issue 10828219: gdata: Remove use of FindEntryByPathSync() from CopyOnUIThread() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reworked 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 adecaaf18cfba1af5af0a72c745e4f979f254131..1545c858693fe769ddd6ef7d8b5ce948efacadbd 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -740,6 +740,13 @@ class GDataFileSystem : public GDataFileSystemInterface,
GDataCache::FileOperationType cache_operation,
const base::Closure& callback);
+ // Part of CopyOnUIThread(). Called after GetEntryInfoPairByPaths() is
+ // complete.
+ void CopyOnUIThreadAfterGetEntryInfoPair(
+ const FilePath& dest_file_path,
+ const FileOperationCallback& callback,
+ scoped_ptr<EntryInfoPairResult> result);
+
// Part of RemoveOnUIThread(). Called after GetEntryInfoByPath() is
// complete.
void RemoveOnUIThreadAfterGetEntryInfo(
« 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