Chromium Code Reviews| Index: ui/base/clipboard/custom_data_helper_mac.mm |
| diff --git a/ui/base/clipboard/custom_data_helper_mac.mm b/ui/base/clipboard/custom_data_helper_mac.mm |
| index ae4362194f8e1958a3bc4d3e146cda981baa0a22..587d7b41a9e29d368c9b85e8b8e6438aaa32a429 100644 |
| --- a/ui/base/clipboard/custom_data_helper_mac.mm |
| +++ b/ui/base/clipboard/custom_data_helper_mac.mm |
| @@ -9,9 +9,7 @@ |
| namespace ui { |
| // TODO(dcheng): This name is temporary. See crbug.com/106449. |
|
dcheng
2016/06/04 06:14:00
Please move this comment to clipboard_constants.cc
|
| -#if defined(USE_AURA) |
| -const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data"; |
| -#else |
| +#if !defined(USE_AURA) |
| NSString* const kWebCustomDataPboardType = @"org.chromium.web-custom-data"; |
| #endif |