deprecate app.allowNTLMCredentialsForAllDomains

This commit is contained in:
deepak1556 2016-05-23 10:59:55 +05:30
parent 62cad610e0
commit f68d0f324f
5 changed files with 55 additions and 14 deletions

View file

@ -79,6 +79,7 @@ class Session: public mate::TrackableObject<Session>,
void SetPermissionRequestHandler(v8::Local<v8::Value> val,
mate::Arguments* args);
void ClearHostResolverCache(mate::Arguments* args);
void AllowNTLMCredentialsForDomains(const std::string& domains);
v8::Local<v8::Value> Cookies(v8::Isolate* isolate);
v8::Local<v8::Value> WebRequest(v8::Isolate* isolate);