| Index: chrome/browser/status_icons/status_icon_observer.h
|
| diff --git a/chrome/browser/status_icons/status_icon_observer.h b/chrome/browser/status_icons/status_icon_observer.h
|
| index 28ee3d85fb6efa429dee05d5252e8641277b96d6..d10dbdfb5723d969dd74699eeea24fb47553aa83 100644
|
| --- a/chrome/browser/status_icons/status_icon_observer.h
|
| +++ b/chrome/browser/status_icons/status_icon_observer.h
|
| @@ -16,6 +16,9 @@ class StatusIconObserver {
|
| // This will only be fired for this platform if no context menu is present.
|
| virtual void OnStatusIconClicked() = 0;
|
|
|
| + // Called when the user clicks on a balloon generated for a system tray icon.
|
| + virtual void OnBalloonClicked() {}
|
| +
|
| protected:
|
| virtual ~StatusIconObserver() {}
|
| };
|
|
|