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..8d846a5bbfa6d03cda8cb01769a796a492b180e8 100644 |
--- a/chrome/browser/status_icons/status_icon.h |
+++ b/chrome/browser/status_icons/status_icon.h |
@@ -56,6 +56,9 @@ class StatusIcon { |
// Dispatches a click event to the observers. |
void DispatchClickEvent(); |
+#if defined(OS_WIN) |
+ void DispatchBalloonClickEvent(); |
+#endif |
protected: |
// Invoked after a call to SetContextMenu() to let the platform-specific |