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

Unified Diff: content/public/browser/download_item.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
Index: content/public/browser/download_item.h
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index 5acd89d370bb2ff9e005854b35d0a7baa8528338..babf9f04421ec9c52b5fb4ec30244b524439c826 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -300,9 +300,6 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
// Misc State accessors ---------------------------------------------------
- // Returns true if this item matches |query|. |query| must be lower-cased.
- virtual bool MatchesQuery(const string16& query) const = 0;
-
virtual DownloadPersistentStoreInfo GetPersistentStoreInfo() const = 0;
virtual BrowserContext* GetBrowserContext() const = 0;
virtual WebContents* GetWebContents() const = 0;

Powered by Google App Engine
This is Rietveld 408576698