Use bundle's name as application name when we have one.
This commit is contained in:
parent
a614134144
commit
fc4ed9be12
4 changed files with 29 additions and 2 deletions
|
@ -80,6 +80,9 @@ class Browser : public WindowListObserver {
|
|||
// Returns the version of application bundle or executable file.
|
||||
std::string GetExecutableFileVersion() const;
|
||||
|
||||
// Returns the name of application bundle or executable file.
|
||||
std::string GetExecutableFileProductName() const;
|
||||
|
||||
// Send the will-quit message and then terminate the application.
|
||||
void NotifyAndTerminate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue