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 3f099946defeb4fb2cfaba7ba5b4b9b644e61533..421056b2674201f1bbf52b2cc1845c55a58f60be 100644 |
--- a/chrome/common/extensions/api/experimental_app.json |
+++ b/chrome/common/extensions/api/experimental_app.json |
@@ -10,6 +10,7 @@ |
"name": "notify", |
"type": "function", |
"description": "Creates a notification from this app.", |
+ "nodoc": true, |
"parameters": [ |
{ |
"type": "object", |
@@ -55,6 +56,7 @@ |
"name": "clearAllNotifications", |
"type": "function", |
"description": "Clears all previously sent notifications.", |
+ "nodoc": true, |
"parameters": [ |
{ |
"type": "object", |
@@ -80,7 +82,6 @@ |
], |
"events": [ |
{ |
- "nodoc": true, |
"name": "onLaunched", |
"type": "function", |
"description": "Fired when the app is launched.", |