Commit 67325639 authored by Yi Gu's avatar Yi Gu Committed by Chromium LUCI CQ

[CodeHealth] Remove unused callback in PermissionDialogDelegate

Bug: 1152263
Change-Id: I6b4db7e7fd955a5016b54775993447a5b21d1580
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585817Reviewed-by: default avatarCait Phillips <caitkp@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836630}
parent 53bd931d
......@@ -28,9 +28,6 @@ namespace permissions {
// decision.
class PermissionDialogDelegate : public content::WebContentsObserver {
public:
using PermissionSetCallback =
base::Callback<void(bool, permissions::PermissionAction)>;
// The interface for creating a modal dialog when the PermissionRequestManager
// is enabled.
static void Create(content::WebContents* web_contents,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment