| Index: extensions/browser/extension_function_dispatcher.h
|
| diff --git a/extensions/browser/extension_function_dispatcher.h b/extensions/browser/extension_function_dispatcher.h
|
| index 0ae80dcae00d7a678d79f1c2c0fc7a5e589f170d..9224bbde5134518e72365f597c900e8b0ec094c1 100644
|
| --- a/extensions/browser/extension_function_dispatcher.h
|
| +++ b/extensions/browser/extension_function_dispatcher.h
|
| @@ -146,7 +146,8 @@ class ExtensionFunctionDispatcher
|
| // Helper to run the response callback with an access denied error. Can be
|
| // called on any thread.
|
| static void SendAccessDenied(
|
| - const ExtensionFunction::ResponseCallback& callback);
|
| + const ExtensionFunction::ResponseCallback& callback,
|
| + functions::HistogramValue histogram_value);
|
|
|
| void DispatchWithCallbackInternal(
|
| const ExtensionHostMsg_Request_Params& params,
|
|
|