| 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 6aa8fd34c47ca055cb3602d9904301195e6f29c9..eb407d811839eeef6ce0a73741db002f899bc771 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -113,9 +113,9 @@ class OffTheRecordProfileImpl : public Profile {
|
| FRIEND_TEST_ALL_PREFIXES(OffTheRecordProfileImplTest, GetHostZoomMap);
|
| void InitHostZoomMap();
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) || defined(OS_IOS)
|
| void UseSystemProxy();
|
| -#endif
|
| +#endif // defined(OS_ANDROID) || defined(OS_IOS)
|
|
|
| void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
|
|
|
|
|