appease the linter
This commit is contained in:
parent
b722150d87
commit
837a2d4bbd
2 changed files with 4 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue