cefclient: Remove accidental change disabling plugin load (issue #1708)

This commit is contained in:
Marshall Greenblatt 2015-10-01 11:29:33 -04:00
parent 4149192d81
commit 2328b9be39
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ class ClientRequestContextHandler : public CefRequestContextHandler {
return true;
}
*plugin_policy = PLUGIN_POLICY_DISABLE;
return true;
return false;
}
private: