| Index: chrome/browser/chromeos/network_message_observer.h | 
| =================================================================== | 
| --- chrome/browser/chromeos/network_message_observer.h	(revision 63061) | 
| +++ chrome/browser/chromeos/network_message_observer.h	(working copy) | 
| @@ -20,12 +20,6 @@ | 
|  | 
| namespace chromeos { | 
|  | 
| -// We show nearing expiration notification when less than 30 minutes. | 
| -static const int kDataNearingExpirationSecs = 30 * 60; | 
| - | 
| -// We show low data notification when less than 50MB. | 
| -static const int kDataLowDataBytes = 50 * 1024; | 
| - | 
| // The network message observer displays a system notification for network | 
| // messages. | 
|  | 
| @@ -42,8 +36,7 @@ | 
|  | 
| // NetworkLibrary::Observer implementation. | 
| virtual void NetworkChanged(NetworkLibrary* obj); | 
| -  virtual void CellularDataPlanChanged(const std::string& service_path, | 
| -                                       const CellularDataPlanList& plans); | 
| +  virtual void CellularDataPlanChanged(NetworkLibrary* obj); | 
|  | 
| bool initialized_; | 
| // Wifi networks by service path. | 
|  |