Index: net/proxy/proxy_config.cc |
=================================================================== |
--- net/proxy/proxy_config.cc (revision 97489) |
+++ net/proxy/proxy_config.cc (working copy) |
@@ -158,8 +158,11 @@ |
return NULL; // No mapping for this scheme. |
} |
+// static |
+const ProxyConfig::ID ProxyConfig::kInvalidConfigID = 0; |
+ |
ProxyConfig::ProxyConfig() |
- : auto_detect_(false), pac_mandatory_(false), id_(INVALID_ID) { |
+ : auto_detect_(false), pac_mandatory_(false), id_(kInvalidConfigID) { |
} |
ProxyConfig::ProxyConfig(const ProxyConfig& config) |