Add API: app.dock.downloadFinished(filePath)

This commit is contained in:
Daniel Pham 2016-05-10 15:02:56 -04:00
parent 4841e37502
commit 6dae07b76f
5 changed files with 18 additions and 0 deletions

View file

@ -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();