| Index: chrome/common/extensions/api/chromeos_info_private.json
|
| diff --git a/chrome/common/extensions/api/chromeos_info_private.json b/chrome/common/extensions/api/chromeos_info_private.json
|
| index b7abe3978da32292ee69e91d80baae72d4750664..65604a06b7254fe8a6a49fed8da1db7e7f421c8b 100644
|
| --- a/chrome/common/extensions/api/chromeos_info_private.json
|
| +++ b/chrome/common/extensions/api/chromeos_info_private.json
|
| @@ -38,6 +38,7 @@
|
| "hwid": {"type": "string", "optional": true, "description": "Hardware ID"},
|
| "initialLocale" : {"type": "string", "optional": true, "description": "Initial locale for the device"},
|
| "isOwner" : {"type": "boolean", "optional": true, "description": "True if current logged in user is device owner"},
|
| + "clientId" : {"type": "string", "optional": true, "description": "Device client id"},
|
| "timezone" : {"type": "string", "optional": true, "description": "Timezone"},
|
| "a11yLargeCursorEnabled" : {"type": "boolean", "optional": true, "description": "If true, ChromeOS is showing enlarged cursor."},
|
| "a11yStickyKeysEnabled" : {"type": "boolean", "optional": true, "description": "If true, sticky keys are turned on."},
|
|
|