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

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

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/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 9b21aea98b54d02a51b37698863066f14cf50f60..3c8d497f0e8c8b06e4ac1a23fab8e84dc1f59964 100644
--- a/components/arc/test/fake_intent_helper_instance.h
+++ b/components/arc/test/fake_intent_helper_instance.h
@@ -51,10 +51,6 @@ class FakeIntentHelperInstance : public mojom::IntentHelperInstance {
mojom::ActivityNamePtr activity,
mojom::ActionType action) override;
- void HandleUrlListDeprecated(mojo::Array<mojom::UrlWithMimeTypePtr> urls,
- const mojo::String& package_name,
- mojom::ActionType action) override;
-
void Init(mojom::IntentHelperHostPtr host_ptr) override;
void RequestActivityIcons(
« 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