summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_config.h')
-rw-r--r--net/proxy/proxy_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h
index 50d9497..868fba9 100644
--- a/net/proxy/proxy_config.h
+++ b/net/proxy/proxy_config.h
@@ -27,6 +27,7 @@ class ProxyConfig {
// Used to numerically identify this configuration.
ID id() const { return id_; }
+ void set_id(int id) { id_ = id; }
// True if the proxy configuration should be auto-detected.
bool auto_detect;
@@ -103,7 +104,6 @@ class ProxyConfig {
bool Equals(const ProxyConfig& other) const;
private:
- static int last_id_;
int id_;
};