Remove linter errors
This commit is contained in:
parent
381f55b3cb
commit
cac85d2a12
4 changed files with 15 additions and 12 deletions
|
@ -207,8 +207,7 @@ void AtomContentClient::AddSecureSchemesAndOrigins(
|
|||
std::set<std::string>* secure_schemes,
|
||||
std::set<GURL>* secure_origins) {
|
||||
std::vector<std::string> schemes;
|
||||
ConvertStringWithSeparatorToVector(&schemes, ",",
|
||||
switches::kSecureSchemes);
|
||||
ConvertStringWithSeparatorToVector(&schemes, ",", switches::kSecureSchemes);
|
||||
for (const std::string& scheme : schemes)
|
||||
secure_schemes->insert(scheme);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue