Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2537)

Unified Diff: ui/base/clipboard/custom_data_helper_mac.mm

Issue 2047703003: Revert of Implement ui::ClipboardMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 587d7b41a9e29d368c9b85e8b8e6438aaa32a429..ae4362194f8e1958a3bc4d3e146cda981baa0a22 100644
--- a/ui/base/clipboard/custom_data_helper_mac.mm
+++ b/ui/base/clipboard/custom_data_helper_mac.mm
@@ -9,7 +9,9 @@
namespace ui {
// TODO(dcheng): This name is temporary. See crbug.com/106449.
-#if !defined(USE_AURA)
+#if defined(USE_AURA)
+const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data";
+#else
NSString* const kWebCustomDataPboardType = @"org.chromium.web-custom-data";
#endif
« no previous file with comments | « ui/base/clipboard/custom_data_helper_linux.cc ('k') | ui/base/dragdrop/os_exchange_data_provider_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698