mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Remove accidental change disabling plugin load (issue #1708)
This commit is contained in:
@@ -33,8 +33,7 @@ class ClientRequestContextHandler : public CefRequestContextHandler {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
*plugin_policy = PLUGIN_POLICY_DISABLE;
|
return false;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user