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

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: Rebase on top of https://codereview.chromium.org/1781983002 since that's going in first. 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
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/public/browser/download_destination_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1ecf12fd52fd03965f39cc1223af0d4f2ff8ac0b..0f049226aa04b800058be52a1171a1c7045fbeca 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -166,7 +166,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',
@@ -664,6 +663,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',
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/public/browser/download_destination_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698