Add shell.beep() API.
This commit is contained in:
parent
157c978aa8
commit
a34a63797a
4 changed files with 14 additions and 0 deletions
|
@ -141,4 +141,8 @@ void MoveItemToTrash(const base::FilePath& full_path) {
|
|||
<< " to trash";
|
||||
}
|
||||
|
||||
void Beep() {
|
||||
NSBeep();
|
||||
}
|
||||
|
||||
} // namespace platform_util
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue