Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: content/browser/download/download_item_impl.h

Issue 2674973003: Adding a DownloadRestrictions group policy. (Closed)
Patch Set: Updated policy description wording. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c38e4419316d81c29c8f007f3ca5fdfe7d176f6d..1dc4268bd013c6dcf3774b7af7c6fcbc52bed5ce 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -9,6 +9,7 @@
#include <memory>
#include <string>
+#include <vector>
#include "base/callback_forward.h"
#include "base/files/file_path.h"
@@ -278,7 +279,8 @@ class CONTENT_EXPORT DownloadItemImpl
bool IsTransient() const override;
BrowserContext* GetBrowserContext() const override;
WebContents* GetWebContents() const override;
- void OnContentCheckCompleted(DownloadDangerType danger_type) override;
+ void OnContentCheckCompleted(DownloadDangerType danger_type,
+ DownloadInterruptReason reason) override;
void SetOpenWhenComplete(bool open) override;
void SetOpened(bool opened) override;
void SetLastAccessTime(base::Time last_access_time) override;

Powered by Google App Engine
This is Rietveld 408576698