Merge pull request #3955 from nishanths/feature/osx-clear-recent-docs
osx: Implement clear recent documents
This commit is contained in:
commit
82a293a132
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue