Index: net/http/http_server_properties_manager_unittest.cc |
diff --git a/net/http/http_server_properties_manager_unittest.cc b/net/http/http_server_properties_manager_unittest.cc |
index 77c476881316883d94ffc218703f72ac8cbd04ce..492a8ccef091b3d38bd86de9e935ad46eb7dfecf 100644 |
--- a/net/http/http_server_properties_manager_unittest.cc |
+++ b/net/http/http_server_properties_manager_unittest.cc |
@@ -605,6 +605,8 @@ TEST_F(HttpServerPropertiesManagerTest, SupportsQuic) { |
IPAddressNumber actual_address; |
CHECK(ParseIPLiteralToNumber("127.0.0.1", &actual_address)); |
http_server_props_manager_->SetSupportsQuic(true, actual_address); |
+ // ExpectScheduleUpdatePrefsOnNetworkThread() should be called only once. |
+ http_server_props_manager_->SetSupportsQuic(true, actual_address); |
// Run the task. |
base::RunLoop().RunUntilIdle(); |