diff --git a/tests/cefclient/browser/root_window_manager.cc b/tests/cefclient/browser/root_window_manager.cc index af89ccda1..f6cbfd65e 100644 --- a/tests/cefclient/browser/root_window_manager.cc +++ b/tests/cefclient/browser/root_window_manager.cc @@ -33,8 +33,7 @@ class ClientRequestContextHandler : public CefRequestContextHandler { return true; } - *plugin_policy = PLUGIN_POLICY_DISABLE; - return true; + return false; } private: