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

Unified Diff: net/http/http_server_properties_manager.h

Issue 2563273002: Change the net_task_runner to use a TestMockTimeTaskRunner in unittests so that (Closed)
Patch Set: Created 4 years 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_server_properties_manager.h
diff --git a/net/http/http_server_properties_manager.h b/net/http/http_server_properties_manager.h
index e1c47ff913daa3d72a5e848cc3e17f88dc215d68..9ac17c0266a06222b39231050573941ff8d789d1 100644
--- a/net/http/http_server_properties_manager.h
+++ b/net/http/http_server_properties_manager.h
@@ -237,6 +237,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
DoNotLoadAltSvcForInsecureOrigins);
FRIEND_TEST_ALL_PREFIXES(HttpServerPropertiesManagerTest,
DoNotLoadExpiredAlternativeService);
+ friend class HttpServerPropertiesManagerPeer;
void OnHttpServerPropertiesChanged();
bool AddServersData(const base::DictionaryValue& server_dict,

Powered by Google App Engine
This is Rietveld 408576698