| 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,
|
| };
|
|
|
|
|