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

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

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/test/fake_intent_helper_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_intent_helper_instance.cc
diff --git a/components/arc/test/fake_intent_helper_instance.cc b/components/arc/test/fake_intent_helper_instance.cc
index 77741bf15282b25c35ae52807a313c0b99806944..1db18fdbabcc58cf9f0e5bea3f4bdf4fa5d85b35 100644
--- a/components/arc/test/fake_intent_helper_instance.cc
+++ b/components/arc/test/fake_intent_helper_instance.cc
@@ -27,6 +27,10 @@ FakeIntentHelperInstance::~FakeIntentHelperInstance() {}
void FakeIntentHelperInstance::AddPreferredPackage(
const mojo::String& package_name) {}
+void FakeIntentHelperInstance::GetFileSize(
+ const mojo::String& url,
+ const GetFileSizeCallback& callback) {}
+
void FakeIntentHelperInstance::HandleIntent(mojom::IntentInfoPtr intent,
mojom::ActivityNamePtr activity) {}
@@ -40,6 +44,10 @@ void FakeIntentHelperInstance::HandleUrlList(
void FakeIntentHelperInstance::Init(mojom::IntentHelperHostPtr host_ptr) {}
+void FakeIntentHelperInstance::OpenFileToRead(
+ const mojo::String& url,
+ const OpenFileToReadCallback& callback) {}
+
void FakeIntentHelperInstance::RequestActivityIcons(
mojo::Array<mojom::ActivityNamePtr> activities,
::arc::mojom::ScaleFactor scale_factor,
« no previous file with comments | « components/arc/test/fake_intent_helper_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698