| 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..d8cc89edff558d052a49bd61121b7e58301aa0aa 100644
|
| --- a/ui/base/clipboard/custom_data_helper_linux.cc
|
| +++ b/ui/base/clipboard/custom_data_helper_linux.cc
|
| @@ -8,8 +8,6 @@
|
| namespace ui {
|
|
|
| // TODO(dcheng): This name is temporary. See crbug.com/106449
|
| -#if defined(USE_AURA) || defined(TOOLKIT_GTK)
|
| const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data";
|
| -#endif
|
|
|
| } // namespace ui
|
|
|