| 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 ffbfbb97d407cff209ae46cea7db790d0f3199e0..b13a753b6ee7a19c83ed9a5ba9d00bdf1296e63d 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -86,13 +86,13 @@ namespace {
|
|
|
| void NotifyOTRProfileCreatedOnIOThread(void* original_profile,
|
| void* otr_profile) {
|
| - ExtensionWebRequestEventRouter::GetInstance()->OnOTRProfileCreated(
|
| + ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextCreated(
|
| original_profile, otr_profile);
|
| }
|
|
|
| void NotifyOTRProfileDestroyedOnIOThread(void* original_profile,
|
| void* otr_profile) {
|
| - ExtensionWebRequestEventRouter::GetInstance()->OnOTRProfileDestroyed(
|
| + ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextDestroyed(
|
| original_profile, otr_profile);
|
| }
|
|
|
|
|