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

Unified Diff: net/net.gypi

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Incorporate Charles' first set of comments. Created 4 years, 5 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: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index c8a03f9e16315f47d6f5c454312307dd1c336477..a6eef3c759cfdc5d45fc8fd60c91cd69ab6e7908 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -320,8 +320,9 @@
'base/network_interfaces_linux.cc',
'base/network_interfaces_mac.cc',
'base/network_interfaces_win.cc',
- 'base/network_throttle_manager.cc',
'base/network_throttle_manager.h',
+ 'base/network_throttle_manager_impl.cc',
+ 'base/network_throttle_manager_impl.h',
'base/platform_mime_util.h',
'base/platform_mime_util_linux.cc',
'base/platform_mime_util_mac.mm',

Powered by Google App Engine
This is Rietveld 408576698