| Index: components/policy/core/common/cloud/cloud_policy_constants.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| index b960620bd5941a42906424208a3e394f82787809..c9327b98bcdb2c96c81875803ce2ec283cb938cf 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| @@ -23,9 +23,11 @@ POLICY_EXPORT extern const char kParamAgent[];
|
| POLICY_EXPORT extern const char kParamAppType[];
|
| POLICY_EXPORT extern const char kParamDeviceID[];
|
| POLICY_EXPORT extern const char kParamDeviceType[];
|
| +POLICY_EXPORT extern const char kParamLastError[];
|
| POLICY_EXPORT extern const char kParamOAuthToken[];
|
| POLICY_EXPORT extern const char kParamPlatform[];
|
| POLICY_EXPORT extern const char kParamRequest[];
|
| +POLICY_EXPORT extern const char kParamRetry[];
|
|
|
| // String extern constants for the device and app type we report to the server.
|
| POLICY_EXPORT extern const char kValueAppType[];
|
|
|