Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 334b6f3f865bdb2adbb6565253d810a7d9cbe58d..23a598246ef0a8dae4776956320d50bde638f5ea 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -224,9 +224,6 @@ class CONTENT_EXPORT WebContentsDelegate { |
int request_id, |
const std::string& request_method); |
- // Notifies the delegate that a download is starting. |
- virtual void OnStartDownload(WebContents* source, DownloadItem* download) {} |
- |
// Return much extra vertical space should be allotted to the |
// render view widget during various animations (e.g. infobar closing). |
// This is used to make painting look smoother. |