mac: Add app.addRecentDocument API
This commit is contained in:
parent
6aa69a06c8
commit
c23ba7b504
5 changed files with 21 additions and 0 deletions
|
@ -39,6 +39,9 @@ void Browser::Focus() {
|
|||
EnumWindows(&WindowsEnumerationHandler, reinterpret_cast<LPARAM>(&pid));
|
||||
}
|
||||
|
||||
void Browser::AddRecentDocument(const base::FilePath& path) {
|
||||
}
|
||||
|
||||
std::string Browser::GetExecutableFileVersion() const {
|
||||
base::FilePath path;
|
||||
if (PathService::Get(base::FILE_EXE, &path)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue