summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authordewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 14:10:41 +0000
committerdewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 14:10:41 +0000
commit963b13c0951a8c1ded18d7552f28167ff2562a28 (patch)
treef66595c8f55876a76a9e7d0dbfa818fb240cc10a /ui
parent4eeb0f5fee2906baa7df8c286c89f53956973784 (diff)
downloadchromium_src-963b13c0951a8c1ded18d7552f28167ff2562a28.zip
chromium_src-963b13c0951a8c1ded18d7552f28167ff2562a28.tar.gz
chromium_src-963b13c0951a8c1ded18d7552f28167ff2562a28.tar.bz2
Adds a first-run balloon to the Windows notification center.
This is designed to attract attention to the system tray icon which can be hidden in the overflow area. BUG=246322 Review URL: https://chromiumcodereview.appspot.com/17286015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/message_center/message_center_tray_delegate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/message_center/message_center_tray_delegate.h b/ui/message_center/message_center_tray_delegate.h
index 02c0ddf..3ef35ab 100644
--- a/ui/message_center/message_center_tray_delegate.h
+++ b/ui/message_center/message_center_tray_delegate.h
@@ -38,6 +38,10 @@ class MESSAGE_CENTER_EXPORT MessageCenterTrayDelegate {
// Display the notifier settings as a bubble.
virtual bool ShowNotifierSettings() = 0;
+
+ // Show a platform-specific UI that informs the user how to open the message
+ // center.
+ virtual void DisplayFirstRunBalloon() {};
};
} // namespace message_center