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

Unified Diff: chrome/browser/android/download/mock_download_controller.cc

Issue 2496983003: Use native implementation of dangerous download infobar (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/android/download/mock_download_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/download/mock_download_controller.cc
diff --git a/chrome/browser/android/download/mock_download_controller.cc b/chrome/browser/android/download/mock_download_controller.cc
index df198c6cd9a9c5dc6ef1241ae896207a74511397..1df9ec8b0fdd24d08250ae85bdf02bf5bcd2083b 100644
--- a/chrome/browser/android/download/mock_download_controller.cc
+++ b/chrome/browser/android/download/mock_download_controller.cc
@@ -27,11 +27,6 @@ void MockDownloadController::StartContextMenuDownload(
bool is_link, const std::string& extra_headers) {
}
-void MockDownloadController::DangerousDownloadValidated(
- content::WebContents* web_contents,
- const std::string& download_guid,
- bool accept) {}
-
void MockDownloadController::AcquireFileAccessPermission(
content::WebContents* web_contents,
const DownloadControllerBase::AcquireFileAccessPermissionCallback& cb) {
« no previous file with comments | « chrome/browser/android/download/mock_download_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698