| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index ea64bda26da0bc9c62565c5e19f167c57c172400..b0ea586a4cb1490783dcccac433b462c675e29b6 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -130,6 +130,8 @@ class ProfileImpl : public Profile,
|
| virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl();
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| + virtual PrefProxyConfigTracker* GetProxyConfigTracker();
|
| +
|
| // NotificationObserver implementation.
|
| virtual void Observe(NotificationType type,
|
| const NotificationSource& source,
|
| @@ -280,6 +282,8 @@ class ProfileImpl : public Profile,
|
| chromeos_proxy_config_service_impl_;
|
| #endif
|
|
|
| + scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
|
| };
|
|
|
|
|