fix: app.setLoginItemSettings
error getting swallowed by gin conversion (#41647)
* fix: errors getting swallowed by gin conversion * fix: Windows build * test: re-enable disabled test
This commit is contained in:
parent
a32705fd30
commit
707b9a58cc
11 changed files with 211 additions and 154 deletions
|
@ -206,7 +206,7 @@ class App : public ElectronBrowserClient::Delegate,
|
|||
bool IsAccessibilitySupportEnabled();
|
||||
void SetAccessibilitySupportEnabled(gin_helper::ErrorThrower thrower,
|
||||
bool enabled);
|
||||
Browser::LoginItemSettings GetLoginItemSettings(gin::Arguments* args);
|
||||
v8::Local<v8::Value> GetLoginItemSettings(gin::Arguments* args);
|
||||
#if BUILDFLAG(USE_NSS_CERTS)
|
||||
void ImportCertificate(gin_helper::ErrorThrower thrower,
|
||||
base::Value options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue