Chromium Code Reviews| Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
| diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
| index fe342d8ccbe18ee9199f39d6292c5282e82d38b5..697109ce94bd967c6f93b5c05bf9f05bcafa0ce7 100644 |
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
| @@ -68,6 +68,9 @@ class BrowserPolicyConnectorChromeOS |
| // Returns the device asset ID if it is set. |
| std::string GetDeviceAssetID(); |
| + // Returns the cloud directory API ID. |
|
pneubeck (no reviews)
2015/08/05 12:19:20
for completeness, you could mention that it return
Polina Bondarenko
2015/08/05 14:15:11
Done.
|
| + std::string GetDirectoryApiID(); |
| + |
| // Returns the device mode. For ChromeOS this function will return the mode |
| // stored in the lockbox, or DEVICE_MODE_CONSUMER if the lockbox has been |
| // locked empty, or DEVICE_MODE_UNKNOWN if the device has not been owned yet. |