Add CefPermissionHandler callbacks for permission prompts (see issue #3352)

This commit is contained in:
Marshall Greenblatt
2022-07-07 10:01:24 +00:00
parent 81e892d19e
commit e4b9169221
32 changed files with 1472 additions and 243 deletions

View File

@@ -0,0 +1,15 @@
// 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_