Chromium Code Reviews| 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; |
|
Jói
2013/10/15 19:00:44
Are these two methods only used by tests? Could th
asanka
2013/10/15 21:39:08
DebugString() is supposed to be used for logging a
felt
2013/10/18 01:50:53
Removed.
|
| + virtual void SetDangerType(DownloadDangerType danger_type) = 0; |
| }; |
| } // namespace content |