Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index 33114b2e28fbd896e78923ecb0c19a039fba1121..2435634ba41aa5e67945c0ed705076aa92136cbb 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -255,7 +255,7 @@ class ExtensionService |
// Getter and setter for the flag that specifies whether the extension is |
// being reloaded. |
- bool IsBeingReloaded(const std::string& extension_name) const; |
+ bool IsBeingReloaded(const std::string& extension_id) const; |
void SetBeingReloaded(const std::string& extension_id, bool value); |
// Getter and setter for the flag that specifies if the extension has used |