From 2328b9be393a0821a047a594e59589e0b623a785 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 1 Oct 2015 11:29:33 -0400 Subject: [PATCH] cefclient: Remove accidental change disabling plugin load (issue #1708) --- tests/cefclient/browser/root_window_manager.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: