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

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

Issue 2011833003: Implement ui::ClipboardMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove static in test by creating forwarding clipboard subclass. 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 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.
-#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
« 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