| 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?
|
|
|