| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index d2c739611d05c7d126c1f04a337f53f5f339f4d1..4fb1a511d005eb07c0e9333256f7f9147deb46f6 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -190,6 +190,8 @@ class ProfileImpl : public Profile {
|
| base::FilePath* cache_path,
|
| int* max_size);
|
|
|
| + PrefProxyConfigTracker* CreateProxyConfigTracker();
|
| +
|
| content::HostZoomMap::ZoomLevelChangedCallback zoom_callback_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|