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

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

Issue 2637163002: Defer ARC file system operations while ARC is booting. (Closed)
Patch Set: Addressed hidehiko's comments. Created 3 years, 11 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: 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 b6734f0d4c6757353e0a7d88a2044e11bc115015..98db1026d1f06eaad0925acc3c0ce5646898cae0 100644
--- a/components/arc/test/fake_file_system_instance.h
+++ b/components/arc/test/fake_file_system_instance.h
@@ -13,6 +13,8 @@
namespace arc {
+// A fake implementation which returns errors for all requests or just ignores
+// them.
class FakeFileSystemInstance : public mojom::FileSystemInstance {
public:
FakeFileSystemInstance();

Powered by Google App Engine
This is Rietveld 408576698