| Index: chrome/browser/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profile.cc (revision 56956)
|
| +++ chrome/browser/profile.cc (working copy)
|
| @@ -487,6 +487,13 @@
|
| 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.
|
|
|