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

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

Issue 16190003: drive: Add DownloadOperation::EnsureFileDownloadedByResourceId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 226030e7014705e834126df1c8823bd53fc9f4c6..40ced62e65ddd96017a7f295a7230ce6557e888e 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -300,18 +300,6 @@ class FileSystem : public FileSystemInterface,
const base::FilePath& file_path,
scoped_ptr<ResourceEntry> entry);
- // Part of GetFileByResourceId(). Called after
- // ResourceMetadata::GetResourceEntryById() is complete.
- // |get_file_callback| must not be null.
- // |get_content_callback| may be null.
- void GetFileByResourceIdAfterGetEntry(
- const ClientContext& context,
- const GetFileCallback& get_file_callback,
- const google_apis::GetContentCallback& get_content_callback,
- FileError error,
- const base::FilePath& file_path,
- scoped_ptr<ResourceEntry> entry);
-
// Part of RefreshDirectory(). Called after
// GetResourceEntryByPath() is complete.
void RefreshDirectoryAfterGetResourceEntry(
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698