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

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

Issue 2904663003: Revert to system Mail app if current default Mail app is no longer there (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/chrome/browser/web/mailto_url_rewriter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1c168a09905e68a83c10985658bf89988f57456c..cb3f515a57a0dd47badddcc8d6da5c0ec56c0182 100644
--- a/ios/chrome/browser/web/mailto_url_rewriter.h
+++ b/ios/chrome/browser/web/mailto_url_rewriter.h
@@ -19,11 +19,11 @@ class GURL;
// An object that manages the available Mail client apps. The currently selected
// Mail client to handle mailto: URL is stored in a key in NSUserDefaults.
-// If the key in NSUserDefaults is not set, the system-provided Mail client app
-// will be used.
+// If the key in NSUserDefaults is not set or set but is no longer installed,
rohitrao (ping after 24h) 2017/05/24 11:56:58 "or the corresponding app is no longer installed"
pkl (ping after 24h if needed) 2017/05/24 15:53:43 Done.
+// the system-provided Mail client app will be used.
@interface MailtoURLRewriter : NSObject
-// The unique ID of the Mail client app was set to handle mailto: URL scheme.
+// The unique ID of the Mail client app that handles mailto: URL scheme.
@property(nonatomic, copy) NSString* defaultHandlerID;
// Observer object that will be called when |defaultHandlerID| is changed.
« no previous file with comments | « no previous file | ios/chrome/browser/web/mailto_url_rewriter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698