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 949ec426ebcf0dfd9d4710db8f4a12f8bdddf4f6..cdc0e54e3213af07978b3639e1bccf8d43252167 100644 |
--- a/net/proxy/proxy_config_service_android.h |
+++ b/net/proxy/proxy_config_service_android.h |
@@ -41,7 +41,9 @@ class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService { |
// Called from Java (on JNI thread) to signal that the proxy settings have |
// changed. The string and int arguments (the host/port pair for the proxy) |
// are either a host/port pair or ("", 0) to indicate "no proxy". |
- virtual void ProxySettingsChangedTo(JNIEnv*, jobject, jstring, jint) = 0; |
+ // The third parameter indicates the proxy exclusion list. |
+ virtual void ProxySettingsChangedTo( |
+ JNIEnv*, jobject, jstring, jint, jobjectArray) = 0; |
// Called from Java (on JNI thread) to signal that the proxy settings have |
// changed. New proxy settings are fetched from the system property store. |