Index: net/proxy/proxy_config_service_linux.h |
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h |
index fa6c52dde613407b8a0c5f2d595524355d3ac6a6..33f0437f8a2e0666e746390fc36f64e09e6cab55 100644 |
--- a/net/proxy/proxy_config_service_linux.h |
+++ b/net/proxy/proxy_config_service_linux.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -144,7 +144,8 @@ class ProxyConfigServiceLinux : public ProxyConfigService { |
// Called from IO thread. |
void AddObserver(Observer* observer); |
void RemoveObserver(Observer* observer); |
- bool GetLatestProxyConfig(ProxyConfig* config); |
+ ProxyConfigService::ConfigAvailability GetLatestProxyConfig( |
+ ProxyConfig* config); |
// Posts a call to OnDestroy() to the UI thread. Called from |
// ProxyConfigServiceLinux's destructor. |
@@ -239,7 +240,8 @@ class ProxyConfigServiceLinux : public ProxyConfigService { |
// Called from IO thread. |
virtual void AddObserver(Observer* observer); |
virtual void RemoveObserver(Observer* observer); |
- virtual bool GetLatestProxyConfig(ProxyConfig* config); |
+ virtual ProxyConfigService::ConfigAvailability GetLatestProxyConfig( |
+ ProxyConfig* config); |
private: |
scoped_refptr<Delegate> delegate_; |