| Index: chrome/browser/extensions/extension_webnavigation_api.cc
|
| diff --git a/chrome/browser/extensions/extension_webnavigation_api.cc b/chrome/browser/extensions/extension_webnavigation_api.cc
|
| index 3733ac9cdcb6871935020f853ef02961ff7c9999..4a6a9a92d1dc48f8cf6a3be4937a38339e8cba64 100644
|
| --- a/chrome/browser/extensions/extension_webnavigation_api.cc
|
| +++ b/chrome/browser/extensions/extension_webnavigation_api.cc
|
| @@ -340,7 +340,7 @@ void ExtensionWebNavigationEventRouter::Init() {
|
| if (registrar_.IsEmpty()) {
|
| registrar_.Add(this,
|
| content::NOTIFICATION_RETARGETING,
|
| - Source<Profile>(profile_));
|
| + Source<content::BrowserContext>(profile_));
|
| registrar_.Add(this,
|
| content::NOTIFICATION_TAB_ADDED,
|
| NotificationService::AllSources());
|
|
|