mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
appease the linter
This commit is contained in:
@@ -1082,7 +1082,8 @@ void BrowserWindow::ToggleTabBar() {
|
||||
window_->ToggleTabBar();
|
||||
}
|
||||
|
||||
void BrowserWindow::AddTabbedWindow(NativeWindow* window, mate::Arguments* args) {
|
||||
void BrowserWindow::AddTabbedWindow(NativeWindow* window,
|
||||
mate::Arguments* args) {
|
||||
window_->AddTabbedWindow(window, args);
|
||||
}
|
||||
|
||||
|
||||
@@ -336,7 +336,8 @@ void NativeWindow::MoveTabToNewWindow() {
|
||||
void NativeWindow::ToggleTabBar() {
|
||||
}
|
||||
|
||||
void NativeWindow::AddTabbedWindow(NativeWindow* window, mate::Arguments* args) {
|
||||
void NativeWindow::AddTabbedWindow(NativeWindow* window,
|
||||
mate::Arguments* args) {
|
||||
}
|
||||
|
||||
void NativeWindow::SetVibrancy(const std::string& filename) {
|
||||
|
||||
Reference in New Issue
Block a user