diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index 51d74f0..116b645 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -487,6 +487,13 @@ class OffTheRecordProfileImpl : public Profile, last_selected_directory_ = path; } +#if defined(OS_CHROMEOS) + virtual chromeos::ProxyConfigServiceImpl* + GetChromeOSProxyConfigServiceImpl() { + return profile_->GetChromeOSProxyConfigServiceImpl(); + } +#endif // defined(OS_CHROMEOS) + virtual void ExitedOffTheRecordMode() { // Drop our download manager so we forget about all the downloads made // in off-the-record mode. |