win: Add app.clearRecentDocuments API

This commit is contained in:
Cheng Zhao 2014-11-17 16:13:47 +08:00
parent 528f7bd45f
commit 48412769df
5 changed files with 21 additions and 0 deletions

View file

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