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

Unified Diff: ash/system/chromeos/network/network_observer.h

Issue 12779022: Add Ash notification UI for OutOfCredits network property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support for R26 Created 7 years, 9 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
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/system/chromeos/network/network_state_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_observer.h
diff --git a/ash/system/chromeos/network/network_observer.h b/ash/system/chromeos/network/network_observer.h
index f5dfbf95516e07a68938a4a2d1f5edcd6b15ecec..b5dbc29f18dd67860ba5b607163340f723a2ca35 100644
--- a/ash/system/chromeos/network/network_observer.h
+++ b/ash/system/chromeos/network/network_observer.h
@@ -12,20 +12,14 @@
namespace ash {
struct NetworkIconInfo;
-
-class NetworkTrayDelegate {
- public:
- virtual ~NetworkTrayDelegate() {}
-
- // Notifies that the |index|-th link on the notification is clicked.
- virtual void NotificationLinkClicked(size_t index) = 0;
-};
+class NetworkTrayDelegate;
class NetworkObserver {
public:
enum MessageType {
// Priority order, highest to lowest.
ERROR_CONNECT_FAILED,
+ ERROR_OUT_OF_CREDITS,
MESSAGE_DATA_PROMO,
};
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/system/chromeos/network/network_state_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698