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

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

Issue 2437623003: Use native implementation of dangerous download infobar (Closed)
Patch Set: Created 4 years, 2 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/android/download/chrome_download_delegate.h
diff --git a/chrome/browser/android/download/chrome_download_delegate.h b/chrome/browser/android/download/chrome_download_delegate.h
index 2fd96f342f171386656ddfea85d6de88e06582d7..28285f898697f9cb814c879bce26b56043dc7226 100644
--- a/chrome/browser/android/download/chrome_download_delegate.h
+++ b/chrome/browser/android/download/chrome_download_delegate.h
@@ -20,8 +20,6 @@ class ChromeDownloadDelegate
void SetJavaRef(JNIEnv*, jobject obj);
void OnDownloadStarted(const std::string& filename);
- void OnDangerousDownload(const std::string& filename,
- const std::string& guid);
void RequestFileAccess(intptr_t callback_id);
private:

Powered by Google App Engine
This is Rietveld 408576698