| 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 be2278cf7b60e0b7dd09d27d56ef59cd8bff6f8d..2b60b517c2db8d5802ec768ada045963364eb794 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -113,6 +113,10 @@ class OffTheRecordProfileImpl : public Profile,
|
| FRIEND_TEST_ALL_PREFIXES(OffTheRecordProfileImplTest, GetHostZoomMap);
|
| void InitHostZoomMap();
|
|
|
| +#if defined(OS_ANDROID)
|
| + void UseSystemProxy();
|
| +#endif
|
| +
|
| virtual base::Callback<ChromeURLDataManagerBackend*(void)>
|
| GetChromeURLDataManagerBackendGetter() const OVERRIDE;
|
|
|
|
|