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

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: clarified a comment 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..a60f868089e69c9fad59d1b4c21d70ab2e4e8a84 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 the corresponding app is no longer
+// installed, 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