feat: add tabbingIdentifier
property to BrowserWindow
(#39980)
feat: add tabbingIdentifier property to BrowserWindow
This commit is contained in:
parent
04b2ba84cd
commit
713d8c4167
8 changed files with 40 additions and 6 deletions
|
@ -481,6 +481,10 @@ bool NativeWindow::AddTabbedWindow(NativeWindow* window) {
|
|||
return true; // for non-Mac platforms
|
||||
}
|
||||
|
||||
absl::optional<std::string> NativeWindow::GetTabbingIdentifier() const {
|
||||
return ""; // for non-Mac platforms
|
||||
}
|
||||
|
||||
void NativeWindow::SetVibrancy(const std::string& type) {
|
||||
vibrancy_ = type;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue