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

Unified Diff: content/public/common/network_service_test.mojom

Issue 2895353002: Fix host resolver being initialized after network requests arrive to the network service. (Closed)
Patch Set: Created 3 years, 7 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 | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) => ();
};
« no previous file with comments | « no previous file | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698