| Index: net/proxy/proxy_service.cc
|
| diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc
|
| index b2fcc0e401c953cae4c38089582d667b3f46650f..78d1ddaa9816a09888194391d30a5250923f5f73 100644
|
| --- a/net/proxy/proxy_service.cc
|
| +++ b/net/proxy/proxy_service.cc
|
| @@ -1484,6 +1484,8 @@ void ProxyService::InitializeUsingLastFetchedConfig() {
|
| // Increment the ID to reflect that the config has changed.
|
| fetched_config_.set_id(next_config_id_++);
|
|
|
| + resolver_->set_default_my_ip_address(fetched_config_.my_ip_address());
|
| +
|
| if (!fetched_config_.HasAutomaticSettings()) {
|
| config_ = fetched_config_;
|
| SetReady();
|
|
|