Chromium Code Reviews| Index: ui/base/clipboard/custom_data_helper_linux.cc |
| diff --git a/ui/base/clipboard/custom_data_helper_linux.cc b/ui/base/clipboard/custom_data_helper_linux.cc |
| index c9dc47fd1766e95599e5311687b93e67c8a43d55..93ce2433c61acd6d9945d8035c3732bdba6eecac 100644 |
| --- a/ui/base/clipboard/custom_data_helper_linux.cc |
| +++ b/ui/base/clipboard/custom_data_helper_linux.cc |
| @@ -8,7 +8,7 @@ |
| namespace ui { |
| // TODO(dcheng): This name is temporary. See crbug.com/106449 |
| -#if defined(USE_AURA) || defined(TOOLKIT_GTK) |
| +#if defined(USE_AURA) |
|
Lei Zhang
2014/04/11 21:07:04
Is there still non-aura Linux at all? Can we remov
|
| const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data"; |
| #endif |