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