Implement simple Beep() on Windows.
This commit is contained in:
parent
f53ed6c503
commit
d870855645
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ void MoveItemToTrash(const base::FilePath& path) {
|
|||
}
|
||||
|
||||
void Beep() {
|
||||
MessageBeep(MB_OK);
|
||||
}
|
||||
|
||||
} // namespace platform_util
|
||||
|
|
Loading…
Reference in a new issue