| 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 9f6ed2964a97f0e21964c9f3957fd35b8290e163..cca2219a56fa9747bc9884001998b63cbbcfc1f9 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -112,6 +112,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_;
|
|
|