Merge pull request #3955 from nishanths/feature/osx-clear-recent-docs

osx: Implement clear recent documents
This commit is contained in:
Cheng Zhao 2015-12-30 12:07:41 +08:00
commit 82a293a132

View file

@ -29,6 +29,7 @@ void Browser::AddRecentDocument(const base::FilePath& path) {
}
void Browser::ClearRecentDocuments() {
[[NSDocumentController sharedDocumentController] clearRecentDocuments:nil];
}
void Browser::SetAppUserModelID(const base::string16& name) {