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

Unified Diff: extensions/browser/extension_registry_observer.h

Issue 1026223003: Fix the documentation of ExtensionRegistryObserver::OnExtensionUnloaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_registry_observer.h
diff --git a/extensions/browser/extension_registry_observer.h b/extensions/browser/extension_registry_observer.h
index 31573b66a214cef9215e614484acef6450cc75a8..9520570a27e488a0dfeb77e512d2933d07cd373a 100644
--- a/extensions/browser/extension_registry_observer.h
+++ b/extensions/browser/extension_registry_observer.h
@@ -31,7 +31,8 @@ class ExtensionRegistryObserver {
const Extension* extension) {}
// Called after an extension is unloaded. The extension no longer exists in
- // any of the ExtensionRegistry sets (enabled, disabled, etc.).
+ // the set |ExtensionRegistry::enabled_extensions()|, but it can still be a
+ // member of one of the other sets, like disabled, blacklisted or terminated.
virtual void OnExtensionUnloaded(content::BrowserContext* browser_context,
const Extension* extension,
UnloadedExtensionInfo::Reason reason) {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698