| Index: src/service.h
|
| diff --git a/src/service.h b/src/service.h
|
| index a63434e35aa50c508f1982cf1046d4ac57fd2a81..c1d78576939f7c53163ec055bf6f4bdfa97749d0 100644
|
| --- a/src/service.h
|
| +++ b/src/service.h
|
| @@ -190,6 +190,12 @@ class Service : public org::chromium::flimflam::Service_proxy,
|
| // NOTE: this does not delete usage url (it's considered service state)
|
| void DeleteCarrierState();
|
|
|
| + // does |status| contain a valid usage API status result string?
|
| + bool IsValidCrosUsageStatus(const std::string& status) const;
|
| +
|
| + // usage API request returned an error result
|
| + void OnCrosUsageErrorResult(const std::string& status);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Service);
|
| };
|
|
|
|
|