| 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 b767bf3c035696cc8796069c4fe99f674dbf3e11..941d324d6e66cacc1f47c4330b7b3abda910a008 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| @@ -21,6 +21,7 @@ namespace dm_protocol {
|
| // Name extern constants for URL query parameters.
|
| POLICY_EXPORT extern const char kParamAgent[];
|
| POLICY_EXPORT extern const char kParamAppType[];
|
| +POLICY_EXPORT extern const char kParamCritical[];
|
| POLICY_EXPORT extern const char kParamDeviceID[];
|
| POLICY_EXPORT extern const char kParamDeviceType[];
|
| POLICY_EXPORT extern const char kParamLastError[];
|
|
|