| Index: ios/chrome/browser/web/mailto_url_rewriter.h
|
| diff --git a/ios/chrome/browser/web/mailto_url_rewriter.h b/ios/chrome/browser/web/mailto_url_rewriter.h
|
| index 6eb0d865128d282375778c6f80cefa9d867189b9..1c168a09905e68a83c10985658bf89988f57456c 100644
|
| --- a/ios/chrome/browser/web/mailto_url_rewriter.h
|
| +++ b/ios/chrome/browser/web/mailto_url_rewriter.h
|
| @@ -37,8 +37,9 @@ class GURL;
|
| // different handlers.
|
| - (instancetype)initWithStandardHandlers;
|
|
|
| -// Returns an array of all the currently supported Mail client apps that claims
|
| -// to handle mailto: URL scheme through their own custom defined URL schemes.
|
| +// Returns a sorted array of all the currently supported Mail client apps that
|
| +// claim to handle mailto: URL scheme through their own custom defined URL
|
| +// schemes.
|
| - (NSArray<MailtoHandler*>*)defaultHandlers;
|
|
|
| // Returns the name of the application that handles mailto: URLs.
|
|
|