mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add app.getRecentDocuments() (#47924)
feat: add app.getRecentDocuments() Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user