add {secure:} opt to protocol.registerStandardSchemes
This commit is contained in:
parent
de625bfb65
commit
9d2e23413e
6 changed files with 33 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue