blob: b7383b9f436c76ef08822a3eb327903d8b89c6e8 [file]
// Copyright 2020 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 CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_BINDER_POLICIES_H_
#define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_BINDER_POLICIES_H_
#include "content/public/browser/mojo_binder_policy_map.h"
// Intended to be called only by
// ChromeContentBrowserClient::RegisterMojoBinderPoliciesForPrerendering(). It
// is in its own file so that security review can be required by the OWNERS
// file.
void RegisterChromeMojoBinderPoliciesForPrerendering(
content::MojoBinderPolicyMap& policy_map);
#endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_BINDER_POLICIES_H_