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

Unified Diff: google_apis/gcm/engine/connection_factory_impl.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Rebase Created 3 years, 11 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: google_apis/gcm/engine/connection_factory_impl.h
diff --git a/google_apis/gcm/engine/connection_factory_impl.h b/google_apis/gcm/engine/connection_factory_impl.h
index ff7de143dc26ab94023d4cb6a1b2091c8ba58ef8..1af8aac055f2f408c8d8e45d4b6e44589d66afdc 100644
--- a/google_apis/gcm/engine/connection_factory_impl.h
+++ b/google_apis/gcm/engine/connection_factory_impl.h
@@ -132,9 +132,10 @@ class GCM_EXPORT ConnectionFactoryImpl :
// Closes the local socket if one is present, and resets connection handler.
void CloseSocket();
- // Updates the GCM Network Session's HttpAuthCache with the HTTP Network
- // Session's cache, if available.
- void RebuildNetworkSessionAuthCache();
+ // Updates the GCM Network Session's with current data from HTTP Network
+ // Session's, if available.
+ // Specifically, HttpAuthCache and IsQuicEnabled are updated.
+ void UpdateFromHttpNetworkSession();
// The tracker will maintain a list of all connection attempts with GCM,
// whether they succeeded, and their duration.

Powered by Google App Engine
This is Rietveld 408576698