Remove RegisterURLSchemeAsPrivileged lint error
This commit is contained in:
parent
a2a44621fd
commit
0841c4291a
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