Index: chrome/browser/android/chrome_web_contents_delegate_android.h |
diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h |
index 867db32bb451f6a4166852e534864ca2c0b499f3..94ee39f98018348fb2f27b9059e85e7734c308b3 100644 |
--- a/chrome/browser/android/chrome_web_contents_delegate_android.h |
+++ b/chrome/browser/android/chrome_web_contents_delegate_android.h |
@@ -54,9 +54,10 @@ class ChromeWebContentsDelegateAndroid |
const gfx::RectF& active_rect) OVERRIDE; |
virtual content::JavaScriptDialogManager* |
GetJavaScriptDialogManager() OVERRIDE; |
- virtual bool CanDownload(content::RenderViewHost* source, |
+ virtual void CanDownload(content::RenderViewHost* source, |
int request_id, |
- const std::string& request_method) OVERRIDE; |
+ const std::string& request_method, |
+ const base::Callback<void(bool)>& callback) OVERRIDE; |
virtual void DidNavigateToPendingEntry(content::WebContents* source) OVERRIDE; |
virtual void DidNavigateMainFramePostCommit( |
content::WebContents* source) OVERRIDE; |