Index: chrome/browser/ui/extensions/extension_enable_flow.cc |
diff --git a/chrome/browser/ui/extensions/extension_enable_flow.cc b/chrome/browser/ui/extensions/extension_enable_flow.cc |
index be3454a04f4c0f9beab76a102f55bb32bcb817ca..08c06be1619349b1ab30061426657955c74614b6 100644 |
--- a/chrome/browser/ui/extensions/extension_enable_flow.cc |
+++ b/chrome/browser/ui/extensions/extension_enable_flow.cc |
@@ -64,7 +64,7 @@ void ExtensionEnableFlow::Run() { |
if (!extension) |
return; |
// If the app was terminated, reload it first. |
- service->ReloadExtension(extension_id_); |
+ service->ReloadExtension(extension_id_, true); |
// ReloadExtension reallocates the Extension object. |
extension = service->GetExtensionById(extension_id_, true); |