Chromium Code Reviews| Index: chrome/browser/chromeos/cros/network_library.h |
| =================================================================== |
| --- chrome/browser/chromeos/cros/network_library.h (revision 71286) |
| +++ chrome/browser/chromeos/cros/network_library.h (working copy) |
| @@ -578,6 +578,12 @@ |
| // Network::Observer::CellularDataPlanChanged callback. |
| virtual void RefreshCellularDataPlans(const CellularNetwork* network) = 0; |
| + // Records information that cellular play payment had happened. |
| + virtual void SignalCellularPlanPayment() = 0; |
|
Charlie Lee
2011/01/14 23:53:23
Do you need to add these methods to mock_network_l
zel
2011/01/15 00:42:32
Done.
|
| + |
| + // Returns true if cellular plan payment had been recorded recently. |
| + virtual bool HasRecentCellularPlanPayment() = 0; |
| + |
| // Disconnect from the specified wireless (either cellular or wifi) network. |
| virtual void DisconnectFromWirelessNetwork( |
| const WirelessNetwork* network) = 0; |