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

Unified Diff: chrome/browser/extensions/error_console/error_console.cc

Issue 207613002: Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase, add error console Created 6 years, 8 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/extensions/error_console/error_console.cc
===================================================================
--- chrome/browser/extensions/error_console/error_console.cc (revision 260931)
+++ chrome/browser/extensions/error_console/error_console.cc (working copy)
@@ -210,11 +210,13 @@
CheckEnabled();
}
-void ErrorConsole::OnExtensionUnloaded(const Extension* extension) {
+void ErrorConsole::OnExtensionUnloaded(content::BrowserContext* browser_context,
+ const Extension* extension) {
CheckEnabled();
}
-void ErrorConsole::OnExtensionLoaded(const Extension* extension) {
+void ErrorConsole::OnExtensionLoaded(content::BrowserContext* browser_context,
+ const Extension* extension) {
CheckEnabled();
}
« no previous file with comments | « chrome/browser/extensions/error_console/error_console.h ('k') | chrome/browser/media_galleries/media_scan_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698