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

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

Issue 2160053002: Fix whitespace in intent_helper.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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 | no next file » | 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 4d7075b8f8d4c7534ae9a8082bbec941d14d954b..17d12e2dc1d212bcd3038d3963ea7c49d69d456e 100644
--- a/components/arc/common/intent_helper.mojom
+++ b/components/arc/common/intent_helper.mojom
@@ -36,9 +36,9 @@ struct IntentFilter {
array<string> actions;
array<string> categories;
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<AuthorityEntry>? data_authorities;
+ [MinVersion=10] array<PatternMatcher>? data_paths;
+ [MinVersion=10] array<PatternMatcher>? data_scheme_specific_parts;
};
// Describes a package that can handle a URL.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698