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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 5861001: Activation process improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « no previous file | chrome/browser/chromeos/cros/network_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698