Index: content/browser/download/download_item_impl.h |
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h |
index f034a21cd911ae0a3fd983f8fe21540273b9d63b..3e007963aef980fcc89933b1b51297d01da22f69 100644 |
--- a/content/browser/download/download_item_impl.h |
+++ b/content/browser/download/download_item_impl.h |
@@ -209,6 +209,7 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem { |
virtual std::string DebugString(bool verbose) const OVERRIDE; |
virtual void MockDownloadOpenForTesting() OVERRIDE; |
virtual ExternalData* GetExternalData(const void* key) OVERRIDE; |
+ virtual const ExternalData* GetExternalData(const void* key) const OVERRIDE; |
virtual void SetExternalData(const void* key, ExternalData* data) OVERRIDE; |
private: |