| Index: content/public/common/network_service_test.mojom
|
| diff --git a/content/public/common/network_service_test.mojom b/content/public/common/network_service_test.mojom
|
| index 451c15f42d429f325068f9ce16c24c6ed7a4afd1..fa25e518356bf2bbfa9f20d140a283310c8866b1 100644
|
| --- a/content/public/common/network_service_test.mojom
|
| +++ b/content/public/common/network_service_test.mojom
|
| @@ -13,5 +13,6 @@ struct Rule {
|
| interface NetworkServiceTest {
|
| // Adds the given host resolver rules in the process where the network
|
| // service is running.
|
| - AddRules(array<Rule> rules);
|
| + [Sync]
|
| + AddRules(array<Rule> rules) => ();
|
| };
|
|
|