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

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: Move SetTaskRunner to HttpServerPropertiesManager 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;
Ryan Hamilton 2016/12/12 05:30:20 Is this still needed?
Zhongyi Shi 2016/12/12 21:14:46 Done. Sorry for leaving this around.
void OnHttpServerPropertiesChanged();
bool AddServersData(const base::DictionaryValue& server_dict,
« no previous file with comments | « no previous file | net/http/http_server_properties_manager.cc » ('j') | net/http/http_server_properties_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698