Add shell.beep() API.
This commit is contained in:
parent
157c978aa8
commit
a34a63797a
4 changed files with 14 additions and 0 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue