| 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:
|
|
|