Add platform method to return executable(bundle)'s version.
This commit is contained in:
parent
c9e9080a35
commit
a79649c43f
2 changed files with 11 additions and 0 deletions
|
@ -30,6 +30,9 @@ class Browser : public WindowListObserver {
|
|||
// Focus the application.
|
||||
void Focus();
|
||||
|
||||
// Returns the version of the executable (or bundle).
|
||||
std::string GetVersion();
|
||||
|
||||
// Tell the application to open a file.
|
||||
bool OpenFile(const std::string& file_path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue