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

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

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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/chromeosInfoPrivate.json
diff --git a/chrome/common/extensions/api/chromeosInfoPrivate.json b/chrome/common/extensions/api/chromeosInfoPrivate.json
deleted file mode 100644
index e2cd008074778ac8a8150f0114c6af6f9fe7a437..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/chromeosInfoPrivate.json
+++ /dev/null
@@ -1,41 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- {
- "namespace": "chromeosInfoPrivate",
- "nodoc": "true",
- "functions": [
- {
- "name": "get",
- "description": "Fetches customization values for the given property names. See property names in the declaration of the returned dictionary.",
- "type": "function",
- "parameters": [
- {
- "name": "propertyNames",
- "type": "array",
- "description": "Chrome OS Property names",
- "items": {"type": "string"}
- },
- {
- "name": "callback",
- "type": "function",
- "parameters": [
- {
- "name": "propertiesDictionary",
- "type": "object",
- "description": "Dictionary which contains all requested properties",
- "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"}
- }
- }
- ]
- }
- ]
- }
- ]
- }
-]
« no previous file with comments | « chrome/common/extensions/api/chrome_auth_private.json ('k') | chrome/common/extensions/api/chromeos_info_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698