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

Unified Diff: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h

Issue 11112022: Add DownloadControllerAndroid public interface for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding OWNERS file Created 8 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/component/web_contents_delegate_android/web_contents_delegate_android.h
diff --git a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
index 6cbc2169b143e4c1057f4e965a1616e8c81c6412..3c57dba79782208c3dad6c0998d7f36e4597da71 100644
--- a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
@@ -18,7 +18,6 @@
#include "net/base/net_errors.h"
namespace content {
-class DownloadItem;
class JavaScriptDialogCreator;
class RenderViewHost;
class WebContents;
@@ -94,11 +93,6 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
virtual void UpdateTargetURL(content::WebContents* source,
int32 page_id,
const GURL& url) OVERRIDE;
- virtual bool CanDownload(content::RenderViewHost* source,
- int request_id,
- const std::string& request_method) OVERRIDE;
- virtual void OnStartDownload(content::WebContents* source,
- content::DownloadItem* download) OVERRIDE;
virtual bool ShouldOverrideLoading(const GURL& url) OVERRIDE;
virtual void HandleKeyboardEvent(
content::WebContents* source,

Powered by Google App Engine
This is Rietveld 408576698