Searched defs:old_config (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_service.cc231 ProxyConfigChangedNetLogParam(const ProxyConfig& old_config, argument
233 : old_config_(old_config),
239 // The "old_config" is optional -- the first notification will not have
242 dict->Set("old_config", old_config_.ToValue());

Completed in 21 milliseconds