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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

Issue 10907224: Data promo notification should follow the normal ash notifications theme. This (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 3 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/chromeos/system/ash_system_tray_delegate.cc
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
index c5031b7f0a66cabcff0952f6037d5c076ae6143b..48aa52f901a0b9ff7cd6e5da1929b0894d9e2490 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -158,7 +158,7 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate,
public system::TimezoneSettings::Observer,
public BluetoothAdapter::Observer,
public SystemKeyEventListener::CapsLockObserver,
- public MessageBubbleLinkListener {
+ public ash::NetworkTrayDelegate {
public:
explicit SystemTrayDelegate(ash::SystemTray* tray)
: tray_(tray),
@@ -1207,8 +1207,8 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate,
observer->OnCapsLockChanged(enabled, search_mapped_to_caps_lock);
}
- // Overridden from MessageBubbleLinkListener
- virtual void OnLinkActivated(size_t index) OVERRIDE {
+ // Overridden from ash::NetworkTrayDelegate
+ virtual void NotificationLinkClicked(size_t index) OVERRIDE {
// If we have deal info URL defined that means that there're
// 2 links in bubble. Let the user close it manually then thus giving
// ability to navigate to second link.

Powered by Google App Engine
This is Rietveld 408576698