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,