Index: net/proxy/proxy_config_service_android.h |
diff --git a/net/proxy/proxy_config_service_android.h b/net/proxy/proxy_config_service_android.h |
index d642d37c73e4f8312f3a17eb7136527b498f4aa0..7f0b9dd5bf18e3c42cb36e4ffe31573f8bf0a9fa 100644 |
--- a/net/proxy/proxy_config_service_android.h |
+++ b/net/proxy/proxy_config_service_android.h |
@@ -64,6 +64,11 @@ class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService { |
// Register JNI bindings. |
static bool Register(JNIEnv* env); |
+ // Android provides a local HTTP proxy that does PAC resolution. When this |
eroman
2014/11/21 01:55:15
I guess this answers my previous question.
sgurun-gerrit only
2014/11/21 02:13:37
yes.
|
+ // setting is enabled, the proxy config service ignores the PAC URL and uses |
+ // the local proxy for all proxy resolution. |
+ void set_use_local_proxy(bool enabled); |
+ |
// ProxyConfigService: |
// Called only on the network thread. |
virtual void AddObserver(Observer* observer) override; |