| Index: chrome/browser/ui/views/status_icons/status_icon_win.h
|
| diff --git a/chrome/browser/ui/views/status_icons/status_icon_win.h b/chrome/browser/ui/views/status_icons/status_icon_win.h
|
| index b15a5e125660aacec2fabe104f2fe175ac93ec7e..8f4cf1b4b093f532fdea5d2bc1213254539cee64 100644
|
| --- a/chrome/browser/ui/views/status_icons/status_icon_win.h
|
| +++ b/chrome/browser/ui/views/status_icons/status_icon_win.h
|
| @@ -33,6 +33,9 @@ class StatusIconWin : public StatusIcon {
|
| // otherwise displays the context menu if there is one.
|
| void HandleClickEvent(const gfx::Point& cursor_pos, bool left_button_click);
|
|
|
| + // Handles a click on the balloon from the user.
|
| + void HandleBalloonClickEvent();
|
| +
|
| // Re-creates the status tray icon now after the taskbar has been created.
|
| void ResetIcon();
|
|
|
|
|