Chromium Code Reviews| Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| index a363530fa39fb0dbb3b4e4ac3c4eb4f918dd8d89..399bc9c9353ebd9e66e06aefb6a51f35166ec5db 100644 |
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| @@ -492,6 +492,11 @@ void OffTheRecordProfileImpl::InitChromeOSPreferences() { |
| // The incognito profile shouldn't have Chrome OS's preferences. |
| // The preferences are associated with the regular user profile. |
| } |
| + |
| +void OffTheRecordProfileImpl::SetOnPrefsLoadedHook( |
| + const base::Callback<void(Profile*, const base::Closure&)>& /* callback*/) { |
|
robliao
2015/04/13 17:32:30
Nit: Space after the k in callback.
Alexander Alekseev
2015/04/14 14:20:44
Done.
|
| +} |
| + |
| #endif // defined(OS_CHROMEOS) |
| PrefProxyConfigTracker* OffTheRecordProfileImpl::GetProxyConfigTracker() { |