mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Delete Alloy bootstrap (fixes #3685)
This commit is contained in:
@ -93,8 +93,8 @@ class CefPermissionHandler : public virtual CefBaseRefCounted {
|
||||
/// cef_media_access_permission_types_t that represent the requested
|
||||
/// permissions. Return true and call CefMediaAccessCallback methods either in
|
||||
/// this method or at a later time to continue or cancel the request. Return
|
||||
/// false to proceed with default handling. With the Chrome runtime, default
|
||||
/// handling will display the permission request UI. With the Alloy runtime,
|
||||
/// false to proceed with default handling. With Chrome style, default
|
||||
/// handling will display the permission request UI. With Alloy style,
|
||||
/// default handling will deny the request. This method will not be called if
|
||||
/// the "--enable-media-stream" command-line switch is used to grant all
|
||||
/// permissions.
|
||||
@ -116,9 +116,9 @@ class CefPermissionHandler : public virtual CefBaseRefCounted {
|
||||
/// cef_permission_request_types_t that represent the requested permissions.
|
||||
/// Return true and call CefPermissionPromptCallback::Continue either in this
|
||||
/// method or at a later time to continue or cancel the request. Return false
|
||||
/// to proceed with default handling. With the Chrome runtime, default
|
||||
/// handling will display the permission prompt UI. With the Alloy runtime,
|
||||
/// default handling is CEF_PERMISSION_RESULT_IGNORE.
|
||||
/// to proceed with default handling. With Chrome style, default handling will
|
||||
/// display the permission prompt UI. With Alloy style, default handling is
|
||||
/// CEF_PERMISSION_RESULT_IGNORE.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual bool OnShowPermissionPrompt(
|
||||
|
Reference in New Issue
Block a user