Chromium Code Reviews| Index: third_party/mozilla/NSPasteboard+Utils.h |
| =================================================================== |
| --- third_party/mozilla/NSPasteboard+Utils.h (revision 48762) |
| +++ third_party/mozilla/NSPasteboard+Utils.h (working copy) |
| @@ -58,3 +58,10 @@ |
| @end |
| +@interface NSPasteboard(ChromiumHTMLUtils) |
| + |
| +// Returns the HTML converted from RTF data on the pasteboard. If there is |
| +// none, returns an empty string. |
| +- (NSString*)htmlFromRtf; |
| + |
| +@end |