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

Unified Diff: src/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/device.cc ('k') | src/policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/policy.h
diff --git a/src/policy.h b/src/policy.h
index e33a5461042208b2bdbb3a9779ab0ef7ed135e7e..c9e0050efce7a9658051b24b4d94d53586b8f26d 100644
--- a/src/policy.h
+++ b/src/policy.h
@@ -28,11 +28,7 @@ class Policy {
// should we emit a data plans update for the change from |old_plans|
// to |new_plans|?
// NOTE: user might also want to influence this from the Chrome side
- virtual bool ShouldEmitDataPlansUpdate(const DataPlanList& old_plans,
- const DataPlanList& new_plans) const = 0;
-
- // must usage API requests for a cellular service be sent over the air?
- virtual bool UsageRequestsMustBeSentOTA() const = 0;
+ virtual bool ShouldEmitDataPlansUpdate(const DataPlanList& plans) const = 0;
// should time strings with no timezone suffix be interpreted as being in
// local time instead of UTC?
« no previous file with comments | « src/device.cc ('k') | src/policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698