| Index: ui/base/dragdrop/os_exchange_data.cc
|
| ===================================================================
|
| --- ui/base/dragdrop/os_exchange_data.cc (revision 245050)
|
| +++ ui/base/dragdrop/os_exchange_data.cc (working copy)
|
| @@ -62,8 +62,10 @@
|
| return provider_->GetString(data);
|
| }
|
|
|
| -bool OSExchangeData::GetURLAndTitle(GURL* url, base::string16* title) const {
|
| - return provider_->GetURLAndTitle(url, title);
|
| +bool OSExchangeData::GetURLAndTitle(FilenameToURLPolicy policy,
|
| + GURL* url,
|
| + base::string16* title) const {
|
| + return provider_->GetURLAndTitle(policy, url, title);
|
| }
|
|
|
| bool OSExchangeData::GetFilename(base::FilePath* path) const {
|
|
|