Chromium Code Reviews| 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_; |