| Index: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| index ac258d7382f8b9428e57765f694bda5798921d00..84393ddb305b16d3ab1523062ae9a429b559e712 100644
|
| --- a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| @@ -100,7 +100,7 @@ void ExtensionPopupGtk::ShowPopup() {
|
| DevToolsWindow::OpenDevToolsWindow(host_->render_view_host());
|
| // Listen for the the devtools window closing.
|
| registrar_.Add(this, content::NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,
|
| - Source<Profile>(host_->profile()));
|
| + Source<content::BrowserContext>(host_->profile()));
|
| }
|
|
|
| // Only one instance should be showing at a time. Get rid of the old one, if
|
|
|