mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update generated files for int/char typedef removal (see #3507)
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1631e01c7930f0c2c94111e8451954c844c84637$
|
||||
// $hash=0386addd1e401049523c8b13439412a802fb4211$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/permission_handler_cpptoc.h"
|
||||
@ -28,7 +28,7 @@ int CEF_CALLBACK permission_handler_on_request_media_access_permission(
|
||||
cef_browser_t* browser,
|
||||
cef_frame_t* frame,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
cef_media_access_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -73,9 +73,9 @@ int CEF_CALLBACK permission_handler_on_request_media_access_permission(
|
||||
int CEF_CALLBACK permission_handler_on_show_permission_prompt(
|
||||
struct _cef_permission_handler_t* self,
|
||||
cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
cef_permission_prompt_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -113,7 +113,7 @@ int CEF_CALLBACK permission_handler_on_show_permission_prompt(
|
||||
void CEF_CALLBACK permission_handler_on_dismiss_permission_prompt(
|
||||
struct _cef_permission_handler_t* self,
|
||||
cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
cef_permission_request_result_t result) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
Reference in New Issue
Block a user