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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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/download/chrome_download_manager_delegate.h
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
index 93a6e28c30cd878ce1378e66bf78fbcd72ebc0f7..ed6a52126a62b5ab8226e3be1cc8c3d4bb8923b6 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -207,15 +207,6 @@ class ChromeDownloadManagerDelegate
content::DownloadDangerType danger_type,
const FilePath& target_path);
-#if defined(ENABLE_WEB_INTENTS)
- // Check policy of whether we should open this download with a web intents
- // dispatch.
- bool ShouldOpenWithWebIntents(const content::DownloadItem* item);
-
- // Open the given item with a web intent dispatch.
- void OpenWithWebIntent(const content::DownloadItem* item);
-#endif
-
// Internal gateways for ShouldCompleteDownload().
bool IsDownloadReadyForCompletion(
content::DownloadItem* item,

Powered by Google App Engine
This is Rietveld 408576698