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 e2cd008074778ac8a8150f0114c6af6f9fe7a437..9e7038fe9552730f6f7f2516cea106383fe239c7 100644 |
--- a/chrome/common/extensions/api/chromeos_info_private.json |
+++ b/chrome/common/extensions/api/chromeos_info_private.json |
@@ -29,7 +29,9 @@ |
"properties": { |
"hwid": {"type": "string", "optional": "true", "description": "Hardware ID"}, |
"homeProvider" : {"type": "string", "optional": "true", "description": "Home provider which is used by the cellular device"}, |
- "initialLocale" : {"type": "string", "optional": "true", "description": "Initial locale for the device"} |
+ "initialLocale" : {"type": "string", "optional": "true", "description": "Initial locale for the device"}, |
+ "board" : {"type": "string", "optional": "true", "description": "Board name"}, |
+ "isOwner" : {"type": "boolean", "optional": "true", "description": "True if current logged in user is device owner"} |
} |
} |
] |