cefclient: Remove accidental change disabling plugin load (issue #1708)
This commit is contained in:
parent
4149192d81
commit
2328b9be39
|
@ -33,8 +33,7 @@ class ClientRequestContextHandler : public CefRequestContextHandler {
|
|||
return true;
|
||||
}
|
||||
|
||||
*plugin_policy = PLUGIN_POLICY_DISABLE;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue