Index: chrome/common/extensions/api/experimental.app.json |
diff --git a/chrome/common/extensions/api/experimental.app.json b/chrome/common/extensions/api/experimental.app.json |
index 2cd1fc8fb56ad5d38aae52388971b4f3a84ccdb1..60f73004b810e3fc452e8ee56febd993b4e39cf3 100644 |
--- a/chrome/common/extensions/api/experimental.app.json |
+++ b/chrome/common/extensions/api/experimental.app.json |
@@ -71,66 +71,6 @@ |
"description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>." |
} |
] |
- }, |
- { |
- "name": "setLaunchIcon", |
- "nodoc": true, |
- "type": "function", |
- "parameters": [ |
- { |
- "type": "object", |
- "name": "details", |
- "optional": true, |
- "properties": { |
- "extensionId": { |
- "type": "string", |
- "optional": true, |
- "description": "An optional id to do notifications for an app other than the calling app. This is just to allow prototyping with an extension that sends notifications on behalf of apps that don't support notifications yet; this will be removed before the API becomes stable." |
- } |
- } |
- }, |
- { |
- "type": "object", |
- "name": "iconData", |
- "isInstanceOf": "ImageData", |
- "optional": true, |
- "properties": {}, |
- "additionalProperties": { "type": "any" }, |
- "description": "Pixel data for an image to replace the launch icon on the New Tab Page. Must be an ImageData object (for example, from a canvas element). See http://code.google.com/chrome/webstore/docs/images.html for more details." |
- }, |
- { |
- "type": "function", |
- "name": "callback", |
- "optional": true, |
- "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>." |
- } |
- ] |
- }, |
- { |
- "name": "resetLaunchIcon", |
- "nodoc": true, |
- "type": "function", |
- "description": "Resets the app's launch icon to its default value as specified in the manifest.json file.", |
- "parameters": [ |
- { |
- "type": "object", |
- "name": "details", |
- "optional": true, |
- "properties": { |
- "extensionId": { |
- "type": "string", |
- "optional": true, |
- "description": "An optional id to do notifications for an app other than the calling app. This is just to allow prototyping with an extension that sends notifications on behalf of apps that don't support notifications yet; this will be removed before the API becomes stable." |
- } |
- } |
- }, |
- { |
- "type": "function", |
- "name": "callback", |
- "optional": true, |
- "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>." |
- } |
- ] |
} |
] |
} |