add options to webFrame.registerURLSchemeAsPrivileged
This commit is contained in:
parent
104f8d6057
commit
a5c62bb264
4 changed files with 136 additions and 27 deletions
|
@ -63,7 +63,10 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
|
||||
void RegisterURLSchemeAsSecure(const std::string& scheme);
|
||||
void RegisterURLSchemeAsBypassingCSP(const std::string& scheme);
|
||||
void RegisterURLSchemeAsPrivileged(const std::string& scheme);
|
||||
void RegisterURLSchemeAsPrivileged(
|
||||
const std::string& scheme,
|
||||
mate::Arguments* args
|
||||
);
|
||||
|
||||
// Editing.
|
||||
void InsertText(const std::string& text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue