Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3363)

Unified Diff: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc

Issue 7492051: Revert 94332 - Removal of Profile from content part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
===================================================================
--- chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc (revision 94334)
+++ chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc (working copy)
@@ -100,7 +100,7 @@
DevToolsWindow::OpenDevToolsWindow(host_->render_view_host());
// Listen for the the devtools window closing.
registrar_.Add(this, content::NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,
- Source<content::BrowserContext>(host_->profile()));
+ Source<Profile>(host_->profile()));
}
// Only one instance should be showing at a time. Get rid of the old one, if

Powered by Google App Engine
This is Rietveld 408576698