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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user