win: Add app.clearRecentDocuments API
This commit is contained in:
parent
528f7bd45f
commit
48412769df
5 changed files with 21 additions and 0 deletions
|
@ -59,6 +59,9 @@ class Browser : public WindowListObserver {
|
|||
// Add the |path| to recent documents list.
|
||||
void AddRecentDocument(const base::FilePath& path);
|
||||
|
||||
// Clear the recent documents list.
|
||||
void ClearRecentDocuments();
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
// Bounce the dock icon.
|
||||
enum BounceType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue