Index: chrome/common/extensions/api/runtime.json |
diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json |
index 174035892f7037dbf7fb1e6321c12cf3fdd85211..7d6baa3a7b1a6feff81ca55eac7bfb5ed9bde14e 100644 |
--- a/chrome/common/extensions/api/runtime.json |
+++ b/chrome/common/extensions/api/runtime.json |
@@ -179,14 +179,6 @@ |
"type": "string", |
"name": "appName", |
"description": "The name of the registered app to connect to." |
- }, |
- { |
- "name": "connectionMessage", |
- "description": "The object that will be passed to the registered native app on connection.", |
- "type": "object", |
- "additionalProperties": { |
- "type": "any" |
- } |
} |
], |
"returns": { |