chromium/third_party/blink/renderer/core/dom/testing/internals_storage_access.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/dom/testing/internals_storage_access.h"
#include "third_party/blink/public/common/thread_safe_browser_interface_broker_proxy.h"
#include "third_party/blink/public/mojom/storage_access/storage_access_automation.mojom-blink.h"
#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/renderer/bindings/core/v8/script_promise.h"
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"

namespace blink {

// static
ScriptPromise<IDLUndefined> InternalsStorageAccess::setStorageAccess(
    ScriptState* script_state,
    Internals&,
    const String& origin,
    const String& embedding_origin,
    const bool blocked,
    ExceptionState& exception_state) {}

}  // namespace blink