Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Unified Diff: chrome/common/extensions/api/chromeos_info_private.json

Issue 10832204: Add board and isOwner properties to chromeosInfoPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"}
}
}
]

Powered by Google App Engine
This is Rietveld 408576698