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

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

Issue 2397263003: arc: Remove IntentHelperInstance::HandleUrlListDeprecated. (Closed)
Patch Set: Created 4 years, 2 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
« 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 a5fe57abdec6845b2adf425c0779e773c31f4fd5..5a9bafb87c9101aa6ab72978c05bf397189778eb 100644
--- a/components/arc/test/fake_intent_helper_instance.cc
+++ b/components/arc/test/fake_intent_helper_instance.cc
@@ -35,11 +35,6 @@ void FakeIntentHelperInstance::HandleUrlList(
mojom::ActivityNamePtr activity,
mojom::ActionType action) {}
-void FakeIntentHelperInstance::HandleUrlListDeprecated(
- mojo::Array<mojom::UrlWithMimeTypePtr> urls,
- const mojo::String& package_name,
- mojom::ActionType action) {}
-
void FakeIntentHelperInstance::Init(mojom::IntentHelperHostPtr host_ptr) {}
void FakeIntentHelperInstance::RequestActivityIcons(
« 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