| Index: content/public/browser/download_item.h
|
| diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
|
| index 5ef9597a05fd8c5c443141f1ede056f7828b7c88..3be820f998785e57dbf66a623dd4915e46b27861 100644
|
| --- a/content/public/browser/download_item.h
|
| +++ b/content/public/browser/download_item.h
|
| @@ -323,6 +323,7 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
|
|
|
| // Debug/testing -------------------------------------------------------------
|
| virtual std::string DebugString(bool verbose) const = 0;
|
| + virtual void SetDangerType(DownloadDangerType danger_type) = 0;
|
| };
|
|
|
| } // namespace content
|
|
|