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

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

Issue 15843006: Random clean up in c/b/cros/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/copy_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.cc b/chrome/browser/chromeos/drive/file_system/copy_operation.cc
index 8a636d98343a0c0a10ff342ce82379b0f1c60257..e744b9a7f8de3016333f1c9356de16527a670f66 100644
--- a/chrome/browser/chromeos/drive/file_system/copy_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/copy_operation.cc
@@ -320,8 +320,6 @@ void CopyOperation::CopyAfterGetResourceEntryPair(
return;
}
- // TODO(kochi): Reimplement this once the server API supports
- // copying of regular files directly on the server side. crbug.com/138273
const base::FilePath& src_file_path = result->first.path;
file_system_->GetFileByPath(
src_file_path,

Powered by Google App Engine
This is Rietveld 408576698