blob: 4e0e2b79f1396bcd6c9e1eb65369ead8c8b77859 [file] [log] [blame]
// Copyright 2018 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.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_QUOTA_QUOTA_UTILS_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_QUOTA_QUOTA_UTILS_H_
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "third_party/blink/public/mojom/quota/quota_manager_host.mojom-blink.h"
namespace blink {
class ExecutionContext;
void ConnectToQuotaManagerHost(
ExecutionContext*,
mojo::PendingReceiver<mojom::blink::QuotaManagerHost>);
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_MODULES_QUOTA_QUOTA_UTILS_H_