blob: aa98c2c2beacad69802207258e965c3868b4f375 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/public/browser/permission_controller_delegate.h"
namespace content {
bool PermissionControllerDelegate::IsPermissionOverridableByDevTools(
PermissionType permission,
const absl::optional<url::Origin>& origin) {
return true;
}
} // namespace content