mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Oh, browser_linux is a thing too.
This commit is contained in:
committed by
Kevin Sawicki
parent
25bc02f332
commit
29d0a30d63
@@ -60,10 +60,12 @@ bool Browser::SetBadgeCount(int count) {
|
||||
}
|
||||
}
|
||||
|
||||
void Browser::SetLoginItemSettings(LoginItemSettings settings) {
|
||||
void Browser::SetLoginItemSettings(LoginItemSettings settings,
|
||||
mate::Arguments* args) {
|
||||
}
|
||||
|
||||
Browser::LoginItemSettings Browser::GetLoginItemSettings() {
|
||||
Browser::LoginItemSettings Browser::GetLoginItemSettings(
|
||||
mate::Arguments* args) {
|
||||
return LoginItemSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user