#endif
}
+void App::AllowNTLMCredentialsForAllDomains(bool should_allow) {
+ auto browser_context = static_cast<AtomBrowserContext*>(
+ AtomBrowserMainParts::Get()->browser_context());
+ browser_context->AllowNTLMCredentialsForAllDomains(should_allow);
+}
+
std::string App::GetLocale() {
return l10n_util::GetApplicationLocale("");
}
void SetDesktopName(const std::string& desktop_name);
void SetAppUserModelId(const std::string& app_id);
+ void AllowNTLMCredentialsForAllDomains(bool should_allow);
+
std::string GetLocale();
v8::Local<v8::Value> DefaultSession(v8::Isolate* isolate);