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

Unified Diff: content/content_browser.gypi

Issue 1751603002: [Downloads] Rework how hashes are calculated for download files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address first round of comments Created 4 years, 9 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 302905440aa37e285199dbcc6ae00bcf87762182..67060c5a2d460edc2cf604f9bc06aab6d31e2a23 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -165,7 +165,6 @@
'public/browser/devtools_manager_delegate.h',
'public/browser/dom_storage_context.h',
'public/browser/download_danger_type.h',
- 'public/browser/download_destination_observer.h',
'public/browser/download_interrupt_reason_values.h',
'public/browser/download_interrupt_reasons.h',
'public/browser/download_item.h',
@@ -663,6 +662,7 @@
'browser/download/base_file_win.cc',
'browser/download/download_create_info.cc',
'browser/download/download_create_info.h',
+ 'browser/download/download_destination_observer.h',
'browser/download/download_file.h',
'browser/download/download_file_factory.cc',
'browser/download/download_file_factory.h',

Powered by Google App Engine
This is Rietveld 408576698