summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_prefs.h')
-rw-r--r--chrome/browser/extensions/extension_prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index 86ad883..e7046a3 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -129,7 +129,8 @@ class InstalledExtensions {
// Runs |callback| for each installed extension with the path to the
// version directory and the location. Blacklisted extensions won't trigger
- // the callback. Ownership of |callback| is transferred to callee.
+ // the callback and neither will external extensions the user has explicitly
+ // uninstalled. Ownership of |callback| is transferred to callee.
void VisitInstalledExtensions(Callback *callback);
private: