| Index: content/browser/download/download_create_info.h
|
| diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
|
| index becd8fddd52542ab89a2374ba60438277c0e5637..01e1ad5f014599beb578f24e93d10efc68cda7b0 100644
|
| --- a/content/browser/download/download_create_info.h
|
| +++ b/content/browser/download/download_create_info.h
|
| @@ -33,8 +33,6 @@ struct CONTENT_EXPORT DownloadCreateInfo {
|
| DownloadCreateInfo();
|
| ~DownloadCreateInfo();
|
|
|
| - std::string DebugString() const;
|
| -
|
| // The URL from which we are downloading. This is the final URL after any
|
| // redirection by the server for |url_chain|.
|
| const GURL& url() const;
|
|
|