| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 6559269ce8917521ade8a56fa423683088191b44..c43ad0abd59d42e20809be410bff3e5cd657b913 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -117,6 +117,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| #endif // defined(OS_ANDROID) || defined(OS_IOS)
|
|
|
| void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
|
| + PrefProxyConfigTracker* CreateProxyConfigTracker();
|
|
|
| // The real underlying profile.
|
| Profile* profile_;
|
|
|