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

Unified Diff: content/content_browser.gypi

Issue 8601012: DownloadQuery filters and sorts DownloadItems. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: kill dbhandle Created 9 years 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index f4fe0e83ca878b8722a1158c15e2fd90a1de6e43..d519fab335d769676a73a56f1309c070df11c455 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -162,6 +162,8 @@
'browser/download/download_item_impl.h',
'browser/download/download_manager.h',
'browser/download/download_manager_impl.cc',
+ 'browser/download/download_query.h',
+ 'browser/download/download_query.cc',
asanka 2011/12/13 16:17:12 Nit: The sources list should be in alphabetical or
benjhayden 2011/12/13 18:50:03 Done.
'browser/download/download_manager_impl.h',
'browser/download/download_persistent_store_info.cc',
'browser/download/download_persistent_store_info.h',

Powered by Google App Engine
This is Rietveld 408576698