Index: chrome/browser/chromeos/drive/file_system/operations.h |
diff --git a/chrome/browser/chromeos/drive/file_system/operations.h b/chrome/browser/chromeos/drive/file_system/operations.h |
index d0fa3fa9566ba0471e85962a8e4dc37cb578156c..a6ce52f53cb2b440c4f3cd3b57bde422a05abdaf 100644 |
--- a/chrome/browser/chromeos/drive/file_system/operations.h |
+++ b/chrome/browser/chromeos/drive/file_system/operations.h |
@@ -122,7 +122,16 @@ class Operations { |
// Wrapper function for download_operation_. |
// |completion_callback| must not be null. |
- void EnsureFileDownloaded( |
+ void EnsureFileDownloadedByResourceId( |
+ const std::string& resource_id, |
+ const ClientContext& context, |
+ const GetFileContentInitializedCallback& initialized_callback, |
+ const google_apis::GetContentCallback& get_content_callback, |
+ const GetFileCallback& completion_callback); |
+ |
+ // Wrapper function for download_operation_. |
+ // |completion_callback| must not be null. |
+ void EnsureFileDownloadedByPath( |
const base::FilePath& file_path, |
const ClientContext& context, |
const GetFileContentInitializedCallback& initialized_callback, |