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

Unified Diff: chrome/browser/android/download/download_controller_base.h

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
Index: chrome/browser/android/download/download_controller_base.h
diff --git a/chrome/browser/android/download/download_controller_base.h b/chrome/browser/android/download/download_controller_base.h
index ec850984e53efacbfb9ff851cabcb03ba89f5618..6a9bf6941db8677b6adae9cf54fe7df3b4c36047 100644
--- a/chrome/browser/android/download/download_controller_base.h
+++ b/chrome/browser/android/download/download_controller_base.h
@@ -70,11 +70,6 @@ class DownloadControllerBase : public content::DownloadItem::Observer {
content::WebContents* web_contents,
bool is_link, const std::string& extra_headers) = 0;
- // Called when a dangerous download item is verified or rejected.
- virtual void DangerousDownloadValidated(content::WebContents* web_contents,
- const std::string& download_guid,
- bool accept) = 0;
-
// Callback when user permission prompt finishes. Args: whether file access
// permission is acquired.
typedef base::Callback<void(bool)> AcquireFileAccessPermissionCallback;
« no previous file with comments | « chrome/browser/android/download/download_controller.cc ('k') | chrome/browser/android/download/mock_download_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698