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

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: 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 01ddde3264359a8f5ca7dbc14a9bb12a6cf75d13..c9582c85a5f8ebdcce8eb150cd34beb787c53985 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -736,6 +736,14 @@ class GDataFileSystem : public GDataFileSystemInterface,
GDataCache::FileOperationType cache_operation,
const base::Closure& callback);
+ // Part of CopyOnUIThread(). Called after GetEntryInfoPairByPaths() is
+ // complete.
+ void CopyOnUIThreadAfterGetEntryInfoPair(
+ const FilePath& src_file_path,
achuithb 2012/08/09 00:29:28 Why not get rid of src_file_path and dest_file_pat
satorux1 2012/08/09 08:33:03 Removed src_file_path. result.first.path == src_f
+ 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