| Index: ui/base/dragdrop/os_exchange_data_provider_aura.h
|
| ===================================================================
|
| --- ui/base/dragdrop/os_exchange_data_provider_aura.h (revision 245050)
|
| +++ ui/base/dragdrop/os_exchange_data_provider_aura.h (working copy)
|
| @@ -35,7 +35,9 @@
|
| virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
|
| const Pickle& data) OVERRIDE;
|
| virtual bool GetString(base::string16* data) const OVERRIDE;
|
| - virtual bool GetURLAndTitle(GURL* url, base::string16* title) const OVERRIDE;
|
| + virtual bool GetURLAndTitle(OSExchangeData::FilenameToURLPolicy policy,
|
| + GURL* url,
|
| + base::string16* title) const OVERRIDE;
|
| virtual bool GetFilename(base::FilePath* path) const OVERRIDE;
|
| virtual bool GetFilenames(
|
| std::vector<OSExchangeData::FileInfo>* filenames) const OVERRIDE;
|
|
|