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

Unified Diff: android_webview/browser/aw_download_manager_delegate.h

Issue 11821011: Return false in AwWebContentsDelegate::CanDownload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added NOTREACHED Created 7 years, 11 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
« no previous file with comments | « no previous file | android_webview/native/aw_web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_download_manager_delegate.h
diff --git a/android_webview/browser/aw_download_manager_delegate.h b/android_webview/browser/aw_download_manager_delegate.h
index 3ddddc7111d8283ad772c9d3dfc4b1baac4eb0ee..aeff71126f1602888ed3c2be65422ba1160387e6 100644
--- a/android_webview/browser/aw_download_manager_delegate.h
+++ b/android_webview/browser/aw_download_manager_delegate.h
@@ -7,10 +7,6 @@
#include "content/public/browser/download_manager_delegate.h"
-namespace content {
-class DownloadItem;
-} // namespace content
-
namespace android_webview {
// Android WebView does not use Chromium downloads, so implement methods here to
@@ -31,6 +27,6 @@ class AwDownloadManagerDelegate : public content::DownloadManagerDelegate {
const content::DownloadOpenDelayedCallback& callback) OVERRIDE;
};
-} // anemspace android_webview
+} // namespace android_webview
#endif // ANDROID_WEBVIEW_BROWSER_AW_DOWNLOAD_MANAGER_DELEGATE_H_
« no previous file with comments | « no previous file | android_webview/native/aw_web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698