| 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 67f86f4c1752420e3d8b68e19116e594f05c2e15..edf86d87d20b62ceb40e019b2f27987b0211206b 100644
|
| --- a/chrome/common/extensions/api/chromeos_info_private.json
|
| +++ b/chrome/common/extensions/api/chromeos_info_private.json
|
| @@ -33,6 +33,7 @@
|
| "description": "Dictionary which contains all requested properties",
|
| "properties": {
|
| "board" : {"type": "string", "optional": "true", "description": "Board name"},
|
| + "customizationId": {"type": "string", "optional": "true", "description": "Customization ID"},
|
| "homeProvider" : {"type": "string", "optional": "true", "description": "Home provider which is used by the cellular device"},
|
| "hwid": {"type": "string", "optional": "true", "description": "Hardware ID"},
|
| "initialLocale" : {"type": "string", "optional": "true", "description": "Initial locale for the device"},
|
|
|