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

Unified Diff: src/default_policy.h

Issue 3764012: cashew: support "usage requests allowed OTA only" policy (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: jglasgow review comments Created 10 years, 2 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 | « src/data_plan_provider.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 ef7c94767326561b14bf414c55463d2ad2ff8291..46fd20a23c7b1040bb8ac42a88616297c46c7183 100644
--- a/src/default_policy.h
+++ b/src/default_policy.h
@@ -27,6 +27,8 @@ class DefaultPolicy: public Policy {
virtual bool ShouldEmitDataPlansUpdate(const DataPlanList& old_plans,
const DataPlanList& new_plans) const;
+ virtual bool UsageRequestsMustBeSentOTA() const;
+
private:
// carrier
const std::string carrier_;
« no previous file with comments | « src/data_plan_provider.cc ('k') | src/default_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698