Index: chrome/browser/ui/views/extensions/extension_popup.cc |
=================================================================== |
--- chrome/browser/ui/views/extensions/extension_popup.cc (revision 94334) |
+++ chrome/browser/ui/views/extensions/extension_popup.cc (working copy) |
@@ -129,7 +129,7 @@ |
if (inspect_with_devtools_) { |
// Listen for the the devtools window closing. |
registrar_.Add(this, content::NOTIFICATION_DEVTOOLS_WINDOW_CLOSING, |
- Source<content::BrowserContext>(extension_host_->profile())); |
+ Source<Profile>(extension_host_->profile())); |
DevToolsWindow::ToggleDevToolsWindow( |
extension_host_->render_view_host(), |
DEVTOOLS_TOGGLE_ACTION_SHOW_CONSOLE); |