Implement simple Beep() on Windows.

This commit is contained in:
Cheng Zhao 2013-07-04 15:30:48 +08:00
parent f53ed6c503
commit d870855645

View file

@ -180,6 +180,7 @@ void MoveItemToTrash(const base::FilePath& path) {
} }
void Beep() { void Beep() {
MessageBeep(MB_OK);
} }
} // namespace platform_util } // namespace platform_util