OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef _IOS_CHROME_BROWSER_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_ | |
6 #define _IOS_CHROME_BROWSER_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_ | |
7 | |
8 #import "ios/chrome/browser/web/mailto_handler.h" | |
9 | |
10 // Handler for Apple Mail client. | |
11 @interface MailtoHandlerSystemMail : MailtoHandler | |
rohitrao (ping after 24h)
2017/05/06 00:09:41
Why do we maintain a handler for apple mail? Won'
pkl (ping after 24h if needed)
2017/05/08 17:07:55
In theory, we should be able to leave the URL alon
| |
12 @end | |
13 | |
14 #endif // _IOS_CHROME_BROWSER_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_ | |
OLD | NEW |