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

Unified Diff: net/proxy/proxy_resolver_error_observer.h

Issue 11885009: Improve performance of proxy resolver by tracing DNS dependencies. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: that's what she said Created 7 years, 11 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/proxy/proxy_resolver_error_observer.h
diff --git a/net/proxy/proxy_resolver_error_observer.h b/net/proxy/proxy_resolver_error_observer.h
index 9176c2f233fb579a80aece21b211898232decee5..0002325b47d481f21975ad9b3fa2c126293f7897 100644
--- a/net/proxy/proxy_resolver_error_observer.h
+++ b/net/proxy/proxy_resolver_error_observer.h
@@ -11,10 +11,7 @@
namespace net {
-// Interface for observing JavaScript error messages from PAC scripts. The
-// default implementation of the ProxyResolverJSBindings takes a class
-// implementing this interface and forwards all JavaScript errors related to
-// PAC scripts.
+// Interface for observing JavaScript error messages from PAC scripts.
mmenke 2013/01/29 20:19:08 May want to mention that this can be called on any
eroman 2013/01/29 22:51:23 Done. It is ambiguous what thread this will be ca
class NET_EXPORT_PRIVATE ProxyResolverErrorObserver {
public:
ProxyResolverErrorObserver() {}

Powered by Google App Engine
This is Rietveld 408576698