Index: chrome/common/extensions/api/echo_private.json |
diff --git a/chrome/common/extensions/api/echo_private.json b/chrome/common/extensions/api/echo_private.json |
index 980c7c0796a1aecc33e29d052e2cdb29db713c7d..418513ffa5b5bddebd478267cbe29739079bd813 100644 |
--- a/chrome/common/extensions/api/echo_private.json |
+++ b/chrome/common/extensions/api/echo_private.json |
@@ -49,6 +49,24 @@ |
] |
} |
] |
+ }, |
+ { |
+ "name": "isEchoDisabled", |
+ "description": "Check if echo is disabled.", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "name": "callback", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "name": "result", |
+ "type": "boolean", |
+ "description" : "true if echo is disabled." |
+ } |
+ ] |
+ } |
+ ] |
} |
] |
} |