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

Unified Diff: src/default_policy.h

Issue 5180003: cashew: add local byte counters (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git@master
Patch Set: Address jglasgow and zelidrag (offline) code review comments Created 10 years, 1 month 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 | « src/data_plan.cc ('k') | src/default_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/default_policy.h
diff --git a/src/default_policy.h b/src/default_policy.h
index fbf1dd4888fc8cdff7dda4c12caa0b03e9c542ca..8e3a06a5e6e37e3c3ee2789cfff891805f157ee0 100644
--- a/src/default_policy.h
+++ b/src/default_policy.h
@@ -16,7 +16,6 @@ namespace cashew {
// a bare-bones default carrier policy
class DefaultPolicy: public Policy {
public:
-
explicit DefaultPolicy(const std::string& carrier);
virtual ~DefaultPolicy();
@@ -24,10 +23,7 @@ class DefaultPolicy: public Policy {
virtual guint GetUpdateTimerIdleSecs(const DataPlanList& plans) const;
- virtual bool ShouldEmitDataPlansUpdate(const DataPlanList& old_plans,
- const DataPlanList& new_plans) const;
-
- virtual bool UsageRequestsMustBeSentOTA() const;
+ virtual bool ShouldEmitDataPlansUpdate(const DataPlanList& plans) const;
virtual bool ZonelessTimeStringsAreLocal() const;
« no previous file with comments | « src/data_plan.cc ('k') | src/default_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698