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

@@ -530,7 +530,7 @@ class BasicResponseTest : public TestHandler {
EXPECT_TRUE(frame->IsMain());
if (!use_alloy_style_browser()) {
// With the Chrome runtime this is true on initial navigation via
// With Chrome style this is true on initial navigation via
// chrome::AddTabAt() and also true for clicked links.
EXPECT_TRUE(user_gesture);
} else {
@@ -1563,7 +1563,7 @@ class SubresourceResponseTest : public RoutingTestHandler {
}
if (!use_alloy_style_browser() && IsMainURL(url)) {
// With the Chrome runtime this is true on initial navigation via
// With Chrome style this is true on initial navigation via
// chrome::AddTabAt() and also true for clicked links.
EXPECT_TRUE(user_gesture);
} else {