| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index fdae9e2910b69cfd52cfdfb7638776c5c4a012d9..e866116fae6b05685e277c9966f7e1b1a5213002 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -129,6 +129,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,
|
| @@ -278,6 +280,8 @@ class ProfileImpl : public Profile,
|
| chromeos_proxy_config_service_impl_;
|
| #endif
|
|
|
| + scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
|
| };
|
|
|
|
|