win: Add app.clearRecentDocuments API
This commit is contained in:
parent
528f7bd45f
commit
48412769df
5 changed files with 21 additions and 0 deletions
|
@ -23,6 +23,9 @@ void Browser::AddRecentDocument(const base::FilePath& path) {
|
|||
[[NSDocumentController sharedDocumentController] noteNewRecentDocumentURL:u];
|
||||
}
|
||||
|
||||
void Browser::ClearRecentDocuments() {
|
||||
}
|
||||
|
||||
std::string Browser::GetExecutableFileVersion() const {
|
||||
NSDictionary* infoDictionary = base::mac::OuterBundle().infoDictionary;
|
||||
NSString *version = [infoDictionary objectForKey:@"CFBundleVersion"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue