Add API: app.dock.downloadFinished(filePath)
This commit is contained in:
parent
4841e37502
commit
6dae07b76f
5 changed files with 18 additions and 0 deletions
|
@ -111,6 +111,9 @@ class Browser : public WindowListObserver {
|
|||
int DockBounce(BounceType type);
|
||||
void DockCancelBounce(int request_id);
|
||||
|
||||
// Bounce the Downloads stack.
|
||||
void DockDownloadFinished(const std::string& filePath);
|
||||
|
||||
// Set/Get dock's badge text.
|
||||
void DockSetBadgeText(const std::string& label);
|
||||
std::string DockGetBadgeText();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue