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

Unified Diff: content/browser/BUILD.gn

Issue 2546653003: Factor out upload progress handling from AsyncResourceHandler (Closed)
Patch Set: -#include. +final upload progress in OnResponseCompleted Created 4 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
« no previous file with comments | « no previous file | content/browser/loader/DEPS » ('j') | content/browser/loader/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 006228e05f07e42d9f1ea40aa085716e2590debd..c5965f2afb0a6e25498abebe8f7073848360a777 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -824,6 +824,8 @@ source_set("browser") {
"loader/throttling_resource_handler.h",
"loader/upload_data_stream_builder.cc",
"loader/upload_data_stream_builder.h",
+ "loader/upload_progress_tracker.cc",
+ "loader/upload_progress_tracker.h",
"loader/url_loader_factory_impl.cc",
"loader/url_loader_factory_impl.h",
"loader_delegate_impl.cc",
« no previous file with comments | « no previous file | content/browser/loader/DEPS » ('j') | content/browser/loader/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698