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..1cb8189f154cc59dad753f5b44ad3912fd03f84f 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -237,7 +237,7 @@ class ExtensionService |
// Reloads the specified extension, sending the onLaunched() event to it if it |
// currently has any window showing. |
- void ReloadExtension(const std::string& extension_id); |
+ void ReloadExtension(const std::string& extension_id, bool be_noisy); |
Devlin
2014/07/01 22:14:17
document be_noisy's behavior.
gpdavis
2014/07/01 23:48:09
Done.
|
// Uninstalls the specified extension. Callers should only call this method |
// with extensions that exist. |external_uninstall| is a magical parameter |