| Index: ui/base/dragdrop/os_exchange_data_provider_win.h
|
| diff --git a/ui/base/dragdrop/os_exchange_data_provider_win.h b/ui/base/dragdrop/os_exchange_data_provider_win.h
|
| index 1f431c741f9c81382a2209d44bae4269d2bc2cd1..076f894752efad745087d091c265efcb9b67772a 100644
|
| --- a/ui/base/dragdrop/os_exchange_data_provider_win.h
|
| +++ b/ui/base/dragdrop/os_exchange_data_provider_win.h
|
| @@ -125,13 +125,6 @@ class DataObjectImpl : public DownloadFileObserver,
|
| class UI_BASE_EXPORT OSExchangeDataProviderWin
|
| : public OSExchangeData::Provider {
|
| public:
|
| - // Returns true if source has plain text that is a valid url.
|
| - static bool HasPlainTextURL(IDataObject* source);
|
| -
|
| - // Returns true if source has plain text that is a valid URL and sets url to
|
| - // that url.
|
| - static bool GetPlainTextURL(IDataObject* source, GURL* url);
|
| -
|
| static DataObjectImpl* GetDataObjectImpl(const OSExchangeData& data);
|
| static IDataObject* GetIDataObject(const OSExchangeData& data);
|
| static IDataObjectAsyncCapability* GetIAsyncOperation(
|
|
|