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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
*plugin_policy = PLUGIN_POLICY_DISABLE;
|
return false;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue