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

Unified Diff: content/public/browser/download_manager.h

Issue 10905215: Kill DownloadManager::SearchDownloads, DownloadItem::MatchesQuery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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 | « content/public/browser/download_item.h ('k') | content/public/test/mock_download_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_manager.h
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
index db76c141d404a3526c9ba57790d124f6a78b0b54..b96fcbcf44f396c07607b4674991567f5cec50ff 100644
--- a/content/public/browser/download_manager.h
+++ b/content/public/browser/download_manager.h
@@ -108,11 +108,6 @@ class CONTENT_EXPORT DownloadManager
// clearing |downloads| first.
virtual void GetAllDownloads(DownloadVector* downloads) = 0;
- // Returns all non-temporary downloads matching |query|. Empty query matches
- // everything.
- virtual void SearchDownloads(const string16& query,
- DownloadVector* result) = 0;
-
// Returns true if initialized properly.
virtual bool Init(BrowserContext* browser_context) = 0;
« no previous file with comments | « content/public/browser/download_item.h ('k') | content/public/test/mock_download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698