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 5447ae3034702d776ea1a0d8023dc8bbf1e1fd48..ae4362194f8e1958a3bc4d3e146cda981baa0a22 100644 |
--- a/ui/base/clipboard/custom_data_helper_mac.mm |
+++ b/ui/base/clipboard/custom_data_helper_mac.mm |
@@ -9,6 +9,10 @@ |
namespace ui { |
// TODO(dcheng): This name is temporary. See crbug.com/106449. |
+#if defined(USE_AURA) |
+const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data"; |
+#else |
NSString* const kWebCustomDataPboardType = @"org.chromium.web-custom-data"; |
+#endif |
} // namespace ui |