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

Unified Diff: components/arc/common/intent_helper.mojom

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 | « no previous file | components/arc/test/fake_intent_helper_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/intent_helper.mojom
diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom
index 05bf9ca0a3df2217ee8927c475e108608208a253..76b62f4980e7d6e66ff421d6e82dc2cce59dfb6a 100644
--- a/components/arc/common/intent_helper.mojom
+++ b/components/arc/common/intent_helper.mojom
@@ -115,11 +115,6 @@ interface IntentHelperInstance {
ActivityName activity,
ActionType action_type);
- // Deprecated. Use HandleUrlList.
- [MinVersion=4] HandleUrlListDeprecated@5(array<UrlWithMimeType> urls,
- string package_name,
- ActionType action_type);
-
// Establishes full-duplex communication with the host.
Init@0(IntentHelperHost host_ptr);
« no previous file with comments | « no previous file | components/arc/test/fake_intent_helper_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698