Remove linter errors
This commit is contained in:
parent
381f55b3cb
commit
cac85d2a12
4 changed files with 15 additions and 12 deletions
|
@ -46,7 +46,8 @@ std::vector<std::string> GetStandardSchemes() {
|
|||
return g_standard_schemes;
|
||||
}
|
||||
|
||||
void RegisterStandardSchemes(const std::vector<std::string>& schemes, mate::Arguments* args) {
|
||||
void RegisterStandardSchemes(const std::vector<std::string>& schemes,
|
||||
mate::Arguments* args) {
|
||||
g_standard_schemes = schemes;
|
||||
|
||||
auto* policy = content::ChildProcessSecurityPolicy::GetInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue