Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: chrome/browser/status_icons/status_icon.h

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dimich comments. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_mac.mm ('k') | chrome/browser/status_icons/status_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698