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

Unified Diff: ios/chrome/browser/ios_chrome_io_thread.h

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. 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 | « chrome/browser/io_thread.cc ('k') | ios/chrome/browser/ios_chrome_io_thread.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ios_chrome_io_thread.h
diff --git a/ios/chrome/browser/ios_chrome_io_thread.h b/ios/chrome/browser/ios_chrome_io_thread.h
index 17c7faaca101e43a65364aede385c73f03fc3ad0..34d4507ed1baf2f5b69bfd3310fcc93df5809a01 100644
--- a/ios/chrome/browser/ios_chrome_io_thread.h
+++ b/ios/chrome/browser/ios_chrome_io_thread.h
@@ -141,6 +141,8 @@ class IOSChromeIOThread : public web::WebThreadDelegate {
Optional<bool> enable_npn;
+ Optional<bool> enable_priority_dependencies;
+
Optional<bool> enable_quic;
Optional<bool> enable_quic_for_proxies;
Optional<bool> quic_always_require_handshake_confirmation;
@@ -252,6 +254,10 @@ class IOSChromeIOThread : public web::WebThreadDelegate {
void ChangedToOnTheRecordOnIOThread();
+ // Configure whether we set HTTP/2 dependencies from the
+ // net::RequestPriority.
+ void ConfigurePriorityDependencies();
+
// Configures QUIC options based on the QUIC field trial group.
void ConfigureQuic();
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | ios/chrome/browser/ios_chrome_io_thread.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698