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

Unified Diff: chrome/browser/chromeos/drive/fileapi/async_file_util.h

Issue 145973016: Support cross-profile copy between Chrome OS Google Drive folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 6 years, 10 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/drive/fileapi/async_file_util.h
diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.h b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
index 98c6e320c50d1f560f0d9235cc846f0d8a8baf98..607758b0ffb69864028add5a7b64cffd984e0ddb 100644
--- a/chrome/browser/chromeos/drive/fileapi/async_file_util.h
+++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
@@ -18,13 +18,7 @@ namespace internal {
// The implementation of fileapi::AsyncFileUtil for Drive File System.
class AsyncFileUtil : public fileapi::AsyncFileUtil {
public:
- // Callback to return the FileSystemInterface instance. This is an
- // injecting point for testing.
- // Note that the callback will be copied between threads (IO and UI), and
- // will be called on UI thread.
- typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
-
- explicit AsyncFileUtil(const FileSystemGetter& file_system_getter);
+ AsyncFileUtil();
virtual ~AsyncFileUtil();
// fileapi::AsyncFileUtil overrides.
@@ -98,8 +92,6 @@ class AsyncFileUtil : public fileapi::AsyncFileUtil {
const CreateSnapshotFileCallback& callback) OVERRIDE;
private:
- FileSystemGetter file_system_getter_;
-
DISALLOW_COPY_AND_ASSIGN(AsyncFileUtil);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/drive/fileapi/async_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698