Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9643)

Unified Diff: chrome/common/extensions/api/experimental_app.json

Issue 10810074: Updates to documentation for experimental.apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/apps/experimental.app.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.",
« no previous file with comments | « no previous file | chrome/common/extensions/docs/apps/experimental.app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698