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

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

Issue 371883003: Files.app: Add an private API to get a download URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/dummy_file_system.h
diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/chrome/browser/chromeos/drive/dummy_file_system.h
index 219314b8dd0926486a5a91ed02ceb555d2d3b85c..20f71dd51bf80de5e976490fc8b6500544c76182 100644
--- a/chrome/browser/chromeos/drive/dummy_file_system.h
+++ b/chrome/browser/chromeos/drive/dummy_file_system.h
@@ -82,7 +82,9 @@ class DummyFileSystem : public FileSystemInterface {
const GetAvailableSpaceCallback& callback) OVERRIDE {}
virtual void GetShareUrl(const base::FilePath& file_path,
const GURL& embed_origin,
- const GetShareUrlCallback& callback) OVERRIDE {}
+ const GetUrlCallback& callback) OVERRIDE {}
+ virtual void GetDownloadUrl(const base::FilePath& file_path,
+ const GetUrlCallback& callback) OVERRIDE {}
virtual void GetMetadata(
const GetFilesystemMetadataCallback& callback) OVERRIDE {}
virtual void MarkCacheFileAsMounted(

Powered by Google App Engine
This is Rietveld 408576698