mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 78.0.3904.0 (#693954)
This commit is contained in:
@@ -128,16 +128,13 @@ class PluginTestHandler : public RoutingTestHandler,
|
||||
if (!handler_->got_on_before_plugin_empty_origin_) {
|
||||
// Checking for PDF support in the plugin frame (navigator.plugins
|
||||
// listing, pdf load, etc).
|
||||
EXPECT_EQ(handler_->HasDirectPluginLoad(), is_main_frame);
|
||||
handler_->got_on_before_plugin_empty_origin_.yes();
|
||||
} else if (handler_->HasNoList()) {
|
||||
// When listing is disabled there should be an additional check in the
|
||||
// main frame for the navigator.plugins listing.
|
||||
if (!handler_->got_on_before_plugin_empty_origin2_) {
|
||||
EXPECT_EQ(true, is_main_frame);
|
||||
EXPECT_TRUE(is_main_frame);
|
||||
handler_->got_on_before_plugin_empty_origin2_.yes();
|
||||
} else {
|
||||
NOTREACHED();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user