| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 943e3e379605fd5b47114c3c38d0a469770c50f3..b67cf2704c17a09644d3f89ce4eb52f2900f5bf3 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -236,8 +236,9 @@ class ExtensionService
|
| void Shutdown();
|
|
|
| // Reloads the specified extension, sending the onLaunched() event to it if it
|
| - // currently has any window showing.
|
| - void ReloadExtension(const std::string& extension_id);
|
| + // currently has any window showing. |be_noisy| is used to enable or disable
|
| + // noisy notifications for the installer if the extension is unpacked.
|
| + void ReloadExtension(const std::string& extension_id, bool be_noisy);
|
|
|
| // Uninstalls the specified extension. Callers should only call this method
|
| // with extensions that exist. |external_uninstall| is a magical parameter
|
|
|