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

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

Issue 2469963003: arc: Add methods to IntentHelperInstance to read ARC contents (Closed)
Patch Set: Created 4 years, 1 month 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/intent_helper.mojom ('k') | components/arc/test/fake_intent_helper_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_intent_helper_instance.h
diff --git a/components/arc/test/fake_intent_helper_instance.h b/components/arc/test/fake_intent_helper_instance.h
index eb2685b8b2b541f53cb2f81db193f370a29f9e47..3c1768c98e53283d8fd9e024f477e877ccf95ec8 100644
--- a/components/arc/test/fake_intent_helper_instance.h
+++ b/components/arc/test/fake_intent_helper_instance.h
@@ -44,6 +44,9 @@ class FakeIntentHelperInstance : public mojom::IntentHelperInstance {
void AddPreferredPackage(const mojo::String& package_name) override;
+ void GetFileSize(const mojo::String& url,
+ const GetFileSizeCallback& callback) override;
+
void HandleIntent(mojom::IntentInfoPtr intent,
mojom::ActivityNamePtr activity) override;
@@ -56,6 +59,9 @@ class FakeIntentHelperInstance : public mojom::IntentHelperInstance {
void Init(mojom::IntentHelperHostPtr host_ptr) override;
+ void OpenFileToRead(const mojo::String& url,
+ const OpenFileToReadCallback& callback) override;
+
void RequestActivityIcons(
mojo::Array<mojom::ActivityNamePtr> activities,
::arc::mojom::ScaleFactor scale_factor,
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/test/fake_intent_helper_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698