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

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

Issue 165643002: Expose customization ID via chromeInfoPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 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"},

Powered by Google App Engine
This is Rietveld 408576698