| Index: chrome/browser/policy/browser_policy_connector.h
|
| diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
|
| index 4f2fcf605a3e48f3621b02ae7c6c77755d0eb7d8..62a8294598306759b6de356ee95b1ac52212fdf2 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -86,6 +86,9 @@ class BrowserPolicyConnector : public content::NotificationObserver {
|
| // Locks the device to an enterprise domain.
|
| EnterpriseInstallAttributes::LockResult LockDevice(const std::string& user);
|
|
|
| + // Returns the device serial number, or an empty string if not available.
|
| + static std::string GetSerialNumber();
|
| +
|
| // Returns the enterprise domain if device is managed.
|
| std::string GetEnterpriseDomain();
|
|
|
|
|