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

Unified Diff: components/arc/test/fake_file_system_instance.h

Issue 2559643002: ARC Media View: Mojo definitions. (Closed)
Patch Set: More detailed comments about SAF. Created 4 years 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 | « components/arc/common/file_system.mojom ('k') | components/arc/test/fake_file_system_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_file_system_instance.h
diff --git a/components/arc/test/fake_file_system_instance.h b/components/arc/test/fake_file_system_instance.h
index 9137faff17eeb93f95d9d9e838118c9a4268059e..b6734f0d4c6757353e0a7d88a2044e11bc115015 100644
--- a/components/arc/test/fake_file_system_instance.h
+++ b/components/arc/test/fake_file_system_instance.h
@@ -20,6 +20,14 @@ class FakeFileSystemInstance : public mojom::FileSystemInstance {
// mojom::FileSystemInstance:
~FakeFileSystemInstance() override;
+ void GetChildDocuments(const std::string& authority,
+ const std::string& document_id,
+ const GetChildDocumentsCallback& callback) override;
+
+ void GetDocument(const std::string& authority,
+ const std::string& document_id,
+ const GetDocumentCallback& callback) override;
+
void GetFileSize(const std::string& url,
const GetFileSizeCallback& callback) override;
« no previous file with comments | « components/arc/common/file_system.mojom ('k') | components/arc/test/fake_file_system_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698