Chromium Code Reviews| Index: app/os_exchange_data.cc |
| =================================================================== |
| --- app/os_exchange_data.cc (revision 35459) |
| +++ app/os_exchange_data.cc (working copy) |
| @@ -128,4 +128,8 @@ |
| bool OSExchangeData::GetHtml(std::wstring* html, GURL* base_url) const { |
| return provider_->GetHtml(html, base_url); |
| } |
| + |
| +void OSExchangeData::SetDownloadFileInfo(DownloadFileInfo* download) { |
| + return provider_->SetDownloadFileInfo(download); |
| +} |
| #endif |