| Index: chrome/browser/status_icons/status_icon.h
|
| diff --git a/chrome/browser/status_icons/status_icon.h b/chrome/browser/status_icons/status_icon.h
|
| index 03039464095e915188d3955a8e395a126dbb0eaa..d81e1671dbbd6ad374be5962d5c5228680e3e65c 100644
|
| --- a/chrome/browser/status_icons/status_icon.h
|
| +++ b/chrome/browser/status_icons/status_icon.h
|
| @@ -57,6 +57,8 @@ class StatusIcon {
|
| // Dispatches a click event to the observers.
|
| void DispatchClickEvent();
|
|
|
| + void DispatchBalloonClickEvent();
|
| +
|
| protected:
|
| // Invoked after a call to SetContextMenu() to let the platform-specific
|
| // subclass update the native context menu based on the new model. If NULL is
|
|
|