mac: Add app.addRecentDocument API

This commit is contained in:
Cheng Zhao 2014-11-17 13:05:06 +08:00
parent 6aa69a06c8
commit c23ba7b504
5 changed files with 21 additions and 0 deletions

View file

@ -24,6 +24,9 @@ void Browser::Focus() {
}
}
void Browser::AddRecentDocument(const base::FilePath& path) {
}
std::string Browser::GetExecutableFileVersion() const {
return ATOM_VERSION_STRING;
}