summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/proxy_config_service_impl.h
diff options
context:
space:
mode:
authorkuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 18:41:21 +0000
committerkuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 18:41:21 +0000
commit46c48ff18c23493a7ecd45b53afcba0f565c6c03 (patch)
tree80fc7b7f7c9a91e1371ad6a4db22e43bc10d568b /chrome/browser/chromeos/proxy_config_service_impl.h
parent98a7aaf64da79af3623c3ab40f01d622d3eb3a2c (diff)
downloadchromium_src-46c48ff18c23493a7ecd45b53afcba0f565c6c03.zip
chromium_src-46c48ff18c23493a7ecd45b53afcba0f565c6c03.tar.gz
chromium_src-46c48ff18c23493a7ecd45b53afcba0f565c6c03.tar.bz2
fix bug where proxy setting of private version of network is not activated when
it replaces its shared version. BUG=chromium-os:23834 TEST=verify per bug rpt. Review URL: http://codereview.chromium.org/8970010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/proxy_config_service_impl.h')
-rw-r--r--chrome/browser/chromeos/proxy_config_service_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h
index ac07dd6..03160b3 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl.h
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h
@@ -14,7 +14,6 @@
#include "chrome/browser/chromeos/cros/network_library.h"
#include "chrome/browser/net/pref_proxy_config_tracker_impl.h"
#include "chrome/browser/prefs/pref_member.h"
-#include "content/public/browser/notification_registrar.h"
namespace chromeos {
@@ -289,8 +288,6 @@ class ProxyConfigServiceImpl
// Track changes in UseSharedProxies user preference.
BooleanPrefMember use_shared_proxies_;
- content::NotificationRegistrar registrar_;
-
// Callbacks for notification when network to be viewed has been changed from
// the UI.
std::vector<base::Closure> callbacks_;