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

Unified Diff: components/cronet/android/cronet_url_request_context_adapter.h

Issue 2416473004: Add functionality for embedders to configure NQE (Closed)
Patch Set: mgersh comments Created 3 years, 6 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 | « no previous file | components/cronet/android/cronet_url_request_context_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/cronet_url_request_context_adapter.h
diff --git a/components/cronet/android/cronet_url_request_context_adapter.h b/components/cronet/android/cronet_url_request_context_adapter.h
index c02bad0d7c6331000f9677f8ecc789ecfd293f36..775c842747fe6913a589fb3104a69d4d0aa5d1be 100644
--- a/components/cronet/android/cronet_url_request_context_adapter.h
+++ b/components/cronet/android/cronet_url_request_context_adapter.h
@@ -212,6 +212,10 @@ class CronetURLRequestContextAdapter
std::unique_ptr<base::DictionaryValue> GetNetLogInfo() const;
+ // Initializes Network Quality Estimator (NQE) prefs manager on network
+ // thread.
+ void InitializeNQEPrefsOnNetworkThread() const;
+
// Network thread is owned by |this|, but is destroyed from java thread.
base::Thread* network_thread_;
« no previous file with comments | « no previous file | components/cronet/android/cronet_url_request_context_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698