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

Unified Diff: extensions/browser/runtime_data.cc

Issue 207613002: Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 9 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: extensions/browser/runtime_data.cc
===================================================================
--- extensions/browser/runtime_data.cc (revision 259942)
+++ extensions/browser/runtime_data.cc (working copy)
@@ -53,7 +53,9 @@
extension_flags_.clear();
}
-void RuntimeData::OnExtensionUnloaded(const Extension* extension) {
+void RuntimeData::OnExtensionUnloaded(
+ content::BrowserContext* browser_context,
+ const Extension* extension) {
extension_flags_.erase(extension->id());
}

Powered by Google App Engine
This is Rietveld 408576698