| Index: components/arc/common/intent_helper.mojom
|
| diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom
|
| index 17d12e2dc1d212bcd3038d3963ea7c49d69d456e..075721d9c72b78ef317f21aac8c7987703eb2aeb 100644
|
| --- a/components/arc/common/intent_helper.mojom
|
| +++ b/components/arc/common/intent_helper.mojom
|
| @@ -38,7 +38,7 @@ struct IntentFilter {
|
| array<string> data_schemes;
|
| [MinVersion=10] array<AuthorityEntry>? data_authorities;
|
| [MinVersion=10] array<PatternMatcher>? data_paths;
|
| - [MinVersion=10] array<PatternMatcher>? data_scheme_specific_parts;
|
| + [MinVersion=10] array<PatternMatcher>? deprecated_data_scheme_specific_parts;
|
| };
|
|
|
| // Describes a package that can handle a URL.
|
|
|