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

Unified Diff: ios/chrome/browser/web/mailto_url_rewriter.h

Issue 2870783002: Adds Compose Email Settings UI for deprecating Native App Launcher (Closed)
Patch Set: comments Created 3 years, 7 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
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.

Powered by Google App Engine
This is Rietveld 408576698