commit | 926fad85f5d5453ffb8128e0ec738cbd58e369be | [log] [tgz] |
---|---|---|
author | Istiaque Ahmed <[email protected]> | Mon Jul 15 21:42:04 2019 |
committer | Commit Bot <[email protected]> | Mon Jul 15 21:42:04 2019 |
tree | 28287052191b9af17cc1bd5aaf2be8411e1d08a2 | |
parent | ed04e498a99dc6f2f68364e6788ed695067931b9 [diff] [blame] |
Remove some unused histogram_value params from ExtensionFunction* Bug: None Test: None Change-Id: I6e693ed3ac7c2ea75b6b77e1416b3a12dcfcc25f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1701620 Reviewed-by: Devlin <[email protected]> Commit-Queue: Istiaque Ahmed <[email protected]> Cr-Commit-Position: refs/heads/master@{#677495}
diff --git a/extensions/browser/extension_function_dispatcher.h b/extensions/browser/extension_function_dispatcher.h index 9ace6e7a..08f11f8e 100644 --- a/extensions/browser/extension_function_dispatcher.h +++ b/extensions/browser/extension_function_dispatcher.h
@@ -169,8 +169,7 @@ // Helper to run the response callback with an access denied error. Can be // called on any thread. static void SendAccessDenied( - const ExtensionFunction::ResponseCallback& callback, - functions::HistogramValue histogram_value); + const ExtensionFunction::ResponseCallback& callback); void DispatchWithCallbackInternal( const ExtensionHostMsg_Request_Params& params,