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

Unified Diff: net/http/http_network_transaction.h

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Incorporated comments, short circuit timer reset if same throttle, age_horizon->TimeDelta. Created 4 years, 3 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/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 92c579b2ce8c129fadc98cf610252e0021367068..6d25382cac5efa3478b61eadf2d8330bfccedc1c 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -123,7 +123,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
void GetConnectionAttempts(ConnectionAttempts* out) const override;
// NetworkThrottleManager::Delegate methods:
- void OnThrottleStateChanged() override;
+ void OnThrottleStateChanged(
+ NetworkThrottleManager::Throttle* throttle) override;
private:
friend class HttpNetworkTransactionSSLTest;

Powered by Google App Engine
This is Rietveld 408576698