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

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

Issue 14884015: drive: Remove DriveFileType (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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.h
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
index 9c39e5aff102a1462183b7b6e904e07048fc2daf..f3e44f57999d56bf799e633847e2195918143140 100644
--- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
@@ -106,8 +106,7 @@ class CopyOperation {
const FileOperationCallback& callback,
FileError error,
const base::FilePath& local_file_path,
- const std::string& unused_mime_type,
- DriveFileType file_type);
+ scoped_ptr<ResourceEntry> entry);
// Copies a hosted document with |resource_id| to the directory at |dir_path|
// and names the copied document as |new_name|.
@@ -153,8 +152,7 @@ class CopyOperation {
const FileOperationCallback& callback,
FileError error,
const base::FilePath& local_file_path,
- const std::string& unused_mime_type,
- DriveFileType file_type);
+ scoped_ptr<ResourceEntry> entry);
// Part of TransferFileFromLocalToRemote(). Called after
// GetEntryInfoByPath() is complete.
« no previous file with comments | « chrome/browser/chromeos/drive/file_system.cc ('k') | chrome/browser/chromeos/drive/file_system/copy_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698