diff options
Diffstat (limited to 'net/proxy/proxy_resolver_js_bindings.h')
-rw-r--r-- | net/proxy/proxy_resolver_js_bindings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_js_bindings.h b/net/proxy/proxy_resolver_js_bindings.h index cbfdb75..860be34 100644 --- a/net/proxy/proxy_resolver_js_bindings.h +++ b/net/proxy/proxy_resolver_js_bindings.h @@ -59,8 +59,8 @@ class ProxyResolverJSBindings { virtual void Shutdown() = 0; // Creates a default javascript bindings implementation that will: - // - Send script error messages to both LOG(INFO), and the NetLog. - // - Send script alert()s to both LOG(INFO), and the NetLog. + // - Send script error messages to both VLOG(1) and the NetLog. + // - Send script alert()s to both VLOG(1) and the NetLog. // - Use the provided host resolver to service dnsResolve(). // // Note that |host_resolver| will be used in sync mode mode. |