| Index: chrome/browser/extensions/extension_browser_event_router.cc
|
| diff --git a/chrome/browser/extensions/extension_browser_event_router.cc b/chrome/browser/extensions/extension_browser_event_router.cc
|
| index dfae9ec535d596ad1d48635586939d741f150bf7..86d145a1bce270116518c685ba0f3853d9767411 100644
|
| --- a/chrome/browser/extensions/extension_browser_event_router.cc
|
| +++ b/chrome/browser/extensions/extension_browser_event_router.cc
|
| @@ -72,10 +72,9 @@ DictionaryValue* ExtensionBrowserEventRouter::TabEntry::DidNavigate(
|
| return changed_properties;
|
| }
|
|
|
| -void ExtensionBrowserEventRouter::Init(ExtensionToolbarModel* model) {
|
| +void ExtensionBrowserEventRouter::Init() {
|
| if (initialized_)
|
| return;
|
| - model->AddObserver(this);
|
| BrowserList::AddObserver(this);
|
| #if defined(TOOLKIT_VIEWS)
|
| views::WidgetFocusManager::GetInstance()->AddFocusChangeListener(this);
|
|
|