feat: add app.getRecentDocuments()
(#45839)
feat: add app.getRecentDocuments()
This commit is contained in:
parent
2c916cfa33
commit
ecb1eb0b5d
8 changed files with 142 additions and 11 deletions
|
@ -95,6 +95,10 @@ bool SetDefaultWebClient(const std::string& protocol) {
|
|||
|
||||
void Browser::AddRecentDocument(const base::FilePath& path) {}
|
||||
|
||||
std::vector<std::string> Browser::GetRecentDocuments() {
|
||||
return std::vector<std::string>();
|
||||
}
|
||||
|
||||
void Browser::ClearRecentDocuments() {}
|
||||
|
||||
bool Browser::SetAsDefaultProtocolClient(const std::string& protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue