Delete Alloy bootstrap (fixes #3685)

This commit is contained in:
Marshall Greenblatt
2024-06-25 20:12:37 -04:00
parent b95b3e6fd5
commit a461a89728
282 changed files with 360 additions and 22399 deletions

View File

@@ -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) {