| 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 db6cfc9990552d987c9dd6356ff2bab222b46e6d..62426953ca788926a1dc8c31a16220764c1e38d8 100644
|
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| @@ -70,6 +70,9 @@ class BrowserPolicyConnectorChromeOS
|
| // Returns the device asset ID if it is set.
|
| std::string GetDeviceAssetID();
|
|
|
| + // Returns the cloud directory API ID or an empty string if it is not set.
|
| + 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.
|
|
|