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

Unified Diff: chrome/browser/ntp_snippets/fake_download_item.cc

Issue 2674973003: Adding a DownloadRestrictions group policy. (Closed)
Patch Set: Test compile fix Created 3 years, 10 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: chrome/browser/ntp_snippets/fake_download_item.cc
diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc
index ef06a2849547ffc6e313fe6473858a67a4737cf4..64c09484d1328beb3905dd48541ed4e1d1d604bf 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.cc
+++ b/chrome/browser/ntp_snippets/fake_download_item.cc
@@ -367,7 +367,8 @@ content::WebContents* FakeDownloadItem::GetWebContents() const {
}
void FakeDownloadItem::OnContentCheckCompleted(
- content::DownloadDangerType danger_type) {
+ content::DownloadDangerType danger_type,
+ bool block_file) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698