| 10 | #include "base/Unicode.h" |
| 11 | |
| 12 | IClipboard::Format OSXClipboardHTMLConverter::getFormat() const |
| 13 | { |
| 14 | return IClipboard::Format::HTML; |
| 15 | } |
| 16 | |
| 17 | CFStringRef OSXClipboardHTMLConverter::getOSXFormat() const |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected