Chromium Code Reviews| Index: chrome/browser/policy/cloud_policy_constants.h |
| diff --git a/chrome/browser/policy/cloud_policy_constants.h b/chrome/browser/policy/cloud_policy_constants.h |
| index fca7cf84f91b56712f88892e980a0e41b6b279ef..d42f59335a12e9dbe80d451bb6e9c5190b5cff51 100644 |
| --- a/chrome/browser/policy/cloud_policy_constants.h |
| +++ b/chrome/browser/policy/cloud_policy_constants.h |
| @@ -90,6 +90,12 @@ enum DeviceMode { |
| DEVICE_MODE_KIOSK, // The device is enrolled as kiosk/retail device. |
| }; |
| +// Cloud policy status codes. |
| +enum CloudPolicyStatus { |
| + // No errors. |
| + CLOUD_POLICY_STATUS_SUCCESS, |
|
Joao da Silva
2012/05/22 22:01:44
Is this needed? Haven't found a use for it, except
Mattias Nissler (ping if slow)
2012/05/24 10:12:25
The intention here is to put some code that figure
|
| +}; |
| + |
| } // namespace policy |
| #endif // CHROME_BROWSER_POLICY_CLOUD_POLICY_CONSTANTS_H_ |