Add webFrame.setIsolatedWorldHumanReadableName

This commit is contained in:
Hugo Mano 2017-11-15 10:35:04 +01:00 committed by Cheng Zhao
parent f74f113d23
commit 389edb6229
2 changed files with 12 additions and 2 deletions

View file

@ -81,6 +81,9 @@ class WebFrame : public mate::Wrappable<WebFrame> {
void SetIsolatedWorldContentSecurityPolicy(int world_id,
const std::string& security_policy);
void SetIsolatedWorldHumanReadableName(int world_id,
const std::string& name);
// Resource related methods
blink::WebCache::ResourceTypeStats GetResourceUsage(v8::Isolate* isolate);
void ClearCache(v8::Isolate* isolate);