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

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

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/test/fake_file_system_instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_file_system_instance.cc
diff --git a/components/arc/test/fake_file_system_instance.cc b/components/arc/test/fake_file_system_instance.cc
index efe107c1a9b0386d19b051c0296880d231b164d8..d9c6f833ba5083c13de5197352ebb1af6ebae844 100644
--- a/components/arc/test/fake_file_system_instance.cc
+++ b/components/arc/test/fake_file_system_instance.cc
@@ -10,6 +10,15 @@ FakeFileSystemInstance::FakeFileSystemInstance() = default;
FakeFileSystemInstance::~FakeFileSystemInstance() = default;
+void FakeFileSystemInstance::GetChildDocuments(
+ const std::string& authority,
+ const std::string& document_id,
+ const GetChildDocumentsCallback& callback) {}
+
+void FakeFileSystemInstance::GetDocument(const std::string& authority,
+ const std::string& document_id,
+ const GetDocumentCallback& callback) {}
+
void FakeFileSystemInstance::GetFileSize(const std::string& url,
const GetFileSizeCallback& callback) {}
« no previous file with comments | « components/arc/test/fake_file_system_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698