| Index: extensions/browser/extension_function.cc
|
| diff --git a/extensions/browser/extension_function.cc b/extensions/browser/extension_function.cc
|
| index b970fe373bc1f33302652687f037a8a447bba218..6a136b2c0613e69988afe123429e42314fb864ee 100644
|
| --- a/extensions/browser/extension_function.cc
|
| +++ b/extensions/browser/extension_function.cc
|
| @@ -404,7 +404,7 @@ void ExtensionFunction::SendResponseImpl(bool success) {
|
| if (!results_)
|
| results_.reset(new base::ListValue());
|
|
|
| - response_callback_.Run(type, *results_, GetError());
|
| + response_callback_.Run(type, *results_, GetError(), histogram_value());
|
| }
|
|
|
| void ExtensionFunction::OnRespondingLater(ResponseValue value) {
|
|
|