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:
@@ -159,7 +159,7 @@ class MediaAccessTestHandler : public TestHandler, public CefPermissionHandler {
|
||||
"}";
|
||||
|
||||
if (test_setup_->deny_implicitly && !use_alloy_style_browser()) {
|
||||
// Default behavior with the Chrome runtime is to show a UI prompt, so add
|
||||
// Default behavior with Chrome style is to show a UI prompt, so add
|
||||
// a timeout.
|
||||
page += "setTimeout(() => { onResult(`TIMEOUT`); }, 1000);";
|
||||
} else if (test_setup_->deny_with_navigation) {
|
||||
|
Reference in New Issue
Block a user