Merge pull request #7710 from electron/web-frame-lint
Remove RegisterURLSchemeAsPrivileged lint error
This commit is contained in:
commit
224d2ca93c
1 changed files with 2 additions and 4 deletions
|
@ -63,10 +63,8 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
|
||||
void RegisterURLSchemeAsSecure(const std::string& scheme);
|
||||
void RegisterURLSchemeAsBypassingCSP(const std::string& scheme);
|
||||
void RegisterURLSchemeAsPrivileged(
|
||||
const std::string& scheme,
|
||||
mate::Arguments* args
|
||||
);
|
||||
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