add {secure:} opt to protocol.registerStandardSchemes

This commit is contained in:
Paul Frazee 2016-11-11 13:10:54 -06:00 committed by Kevin Sawicki
parent de625bfb65
commit 9d2e23413e
6 changed files with 33 additions and 3 deletions

View file

@ -29,7 +29,7 @@ namespace atom {
namespace api {
std::vector<std::string> GetStandardSchemes();
void RegisterStandardSchemes(const std::vector<std::string>& schemes);
void RegisterStandardSchemes(const std::vector<std::string>& schemes, mate::Arguments* args);
class Protocol : public mate::TrackableObject<Protocol> {
public: