2014-09-04 17:53:40 +00:00
|
|
|
diff --git os_exchange_data_provider_aurax11.cc os_exchange_data_provider_aurax11.cc
|
2015-11-10 15:18:16 -05:00
|
|
|
index e2bba47..ea698fa3 100644
|
2014-09-04 17:53:40 +00:00
|
|
|
--- os_exchange_data_provider_aurax11.cc
|
|
|
|
+++ os_exchange_data_provider_aurax11.cc
|
2015-07-23 20:06:56 -04:00
|
|
|
@@ -159,7 +159,8 @@ void OSExchangeDataProviderAuraX11::SetURL(const GURL& url,
|
2014-07-08 22:37:06 +00:00
|
|
|
format_map_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem);
|
|
|
|
|
|
|
|
// Set a string fallback as well.
|
|
|
|
- SetString(spec);
|
|
|
|
+ if (!HasString())
|
|
|
|
+ SetString(spec);
|
|
|
|
|
|
|
|
// Return early if this drag already contains file contents (this implies
|
|
|
|
// that file contents must be populated before URLs). Nautilus (and possibly
|