| Index: net/proxy/proxy_config_service_mac.cc
|
| diff --git a/net/proxy/proxy_config_service_mac.cc b/net/proxy/proxy_config_service_mac.cc
|
| index c1bc5337e5dd4f618ddd548fd06409bb991a5ae0..8c2f55ebd90b61e2a8c1c44d4d2935c96807f806 100644
|
| --- a/net/proxy/proxy_config_service_mac.cc
|
| +++ b/net/proxy/proxy_config_service_mac.cc
|
| @@ -22,8 +22,6 @@ namespace net {
|
|
|
| namespace {
|
|
|
| -const int kPollIntervalSec = 5;
|
| -
|
| // Utility function to pull out a boolean value from a dictionary and return it,
|
| // returning a default value if the key is not present.
|
| bool GetBoolFromDictionary(CFDictionaryRef dict,
|
|
|