Index: chrome/browser/extensions/extensions_service.h |
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h |
index 4b28169ab8059a75896c41bf0c4c5b1912d625e4..5afa5475d6dadbf0884b79f4a58e31e594384764 100644 |
--- a/chrome/browser/extensions/extensions_service.h |
+++ b/chrome/browser/extensions/extensions_service.h |
@@ -129,7 +129,11 @@ class ExtensionsService |
ExtensionInstallCallback* callback); |
// Uninstalls the specified extension. Callers should only call this method |
- // with extensions that exist. |
+ // with extensions that exist. |external_uninstall| is a magical parameter |
+ // that is only used to send information to ExtensionPrefs, which external |
+ // callers should never set to true. |
+ // TODO(aa): Remove |external_uninstall| -- this information should be passed |
+ // to ExtensionPrefs some other way. |
void UninstallExtension(const std::string& extension_id, |
bool external_uninstall); |