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

@ -28,6 +28,8 @@ void OpenExternal(const GURL& url);
// Move a file to trash.
void MoveItemToTrash(const base::FilePath& full_path);
void Beep();
} // platform_util
#endif // ATOM_COMMON_PLATFORM_UTIL_H_