X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fcommon%2Fextensions%2Fapi%2Fmanagement.json;h=cf76e5bff1161bff416f75b8bceaccc3313f4d07;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=f2a35d956d26205a3cef93b4ab33a775fc101ab8;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/common/extensions/api/management.json b/src/chrome/common/extensions/api/management.json index f2a35d9..cf76e5b 100644 --- a/src/chrome/common/extensions/api/management.json +++ b/src/chrome/common/extensions/api/management.json @@ -58,7 +58,7 @@ "isApp": { "description": "True if this is an app.", "type": "boolean", - "deprecated": "Please use $ref:ExtensionInfo.type." + "deprecated": "Please use $(ref:management.ExtensionInfo.type)." }, "type": { "description": "The type of this extension, app, or theme.", @@ -146,7 +146,7 @@ { "name": "id", "type": "string", - "description": "The ID from an item of $ref:ExtensionInfo." + "description": "The ID from an item of $(ref:management.ExtensionInfo)." }, { "type": "function", @@ -213,7 +213,7 @@ { "name": "id", "type": "string", - "description": "This should be the id from an item of $ref:ExtensionInfo." + "description": "This should be the id from an item of $(ref:management.ExtensionInfo)." }, { "name": "enabled", @@ -235,7 +235,7 @@ { "name": "id", "type": "string", - "description": "This should be the id from an item of $ref:ExtensionInfo." + "description": "This should be the id from an item of $(ref:management.ExtensionInfo)." }, { "type": "object",