blob: 224eb045d8a23a8ad26c1614873bdd71cc79d301 [file] [log] [blame]
// Copyright 2022 The Chromium Embedded Framework 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 CEF_LIBCEF_BROWSER_PERMISSION_PROMPT_H_
#define CEF_LIBCEF_BROWSER_PERMISSION_PROMPT_H_
#pragma once
namespace permission_prompt {
void RegisterCreateCallback();
} // namespace permission_prompt
#endif // CEF_LIBCEF_BROWSER_PERMISSION_PROMPT_H_