| 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.
|
|
|