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

Unified Diff: net/interfaces/proxy_resolver_service.mojom

Issue 939503004: Add LoadState reporting to the mojo proxy resolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proxy-resolver-mojo
Patch Set: Created 5 years, 9 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
Index: net/interfaces/proxy_resolver_service.mojom
diff --git a/net/interfaces/proxy_resolver_service.mojom b/net/interfaces/proxy_resolver_service.mojom
index abe263bb116f4f302d206bbc6f5bff655cade403..d8fd5994be5eed3527b3ca90ef96f93c0ee21d03 100644
--- a/net/interfaces/proxy_resolver_service.mojom
+++ b/net/interfaces/proxy_resolver_service.mojom
@@ -41,6 +41,7 @@ interface ProxyResolver {
interface ProxyResolverRequestClient {
ReportResult(int32 error, array<ProxyServer>? proxy_servers);
+ LoadStateChanged(int32 load_state);
darin (slow to review) 2015/03/10 03:41:52 note: this looks like something that would be a go
Sam McNally 2015/03/10 04:00:58 We use a client interface so the client can cancel
darin (slow to review) 2015/03/10 04:10:32 Oh, I see. Silly me for not reading the comment ab
};
interface ProxyResolverFactory {
« no previous file with comments | « no previous file | net/proxy/mojo_proxy_resolver_factory_impl.h » ('j') | net/proxy/mojo_proxy_resolver_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698