osx: Implement clear recent documents

Fixes #3932
This commit is contained in:
Nishanth Shanmugham 2015-12-29 18:35:54 -06:00
parent c0f0685296
commit 20d03b10d9

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) {