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

Unified Diff: chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc

Issue 137423010: drive: Support offline file creation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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/file_system/get_file_for_saving_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
index 6569e16c2a8c400e5ba9ef421f1316b21b7bfb64..c696746b019a959fb5178865c21408d5c679dc71 100644
--- a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
@@ -28,9 +28,7 @@ GetFileForSavingOperation::GetFileForSavingOperation(
const base::FilePath& temporary_file_directory)
: create_file_operation_(new CreateFileOperation(blocking_task_runner,
observer,
- scheduler,
- metadata,
- cache)),
+ metadata)),
download_operation_(new DownloadOperation(blocking_task_runner,
observer,
scheduler,

Powered by Google App Engine
This is Rietveld 408576698