Add shell.beep() API.

This commit is contained in:
Cheng Zhao 2013-04-29 22:10:03 +08:00
parent 157c978aa8
commit a34a63797a
4 changed files with 14 additions and 0 deletions

View file

@ -141,4 +141,8 @@ void MoveItemToTrash(const base::FilePath& full_path) {
<< " to trash";
}
void Beep() {
NSBeep();
}
} // namespace platform_util