mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 04:30:46 +01:00
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…
x
Reference in New Issue
Block a user