| Index: src/policy.h
|
| diff --git a/src/policy.h b/src/policy.h
|
| index 76031094f0ef0ffd64323db760ffeb7afe825690..3b2c1799d4df7cb7f479227fd0590187eaf4d8d1 100644
|
| --- a/src/policy.h
|
| +++ b/src/policy.h
|
| @@ -31,6 +31,9 @@ class Policy {
|
| 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;
|
| +
|
| // factory
|
| // return appropriate concrete impl for |carrier|
|
| // caller owns returned Policy and is responsible for deleting it
|
|
|