diff options
author | mek@chromium.org <mek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 21:50:52 +0000 |
---|---|---|
committer | mek@chromium.org <mek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 21:50:52 +0000 |
commit | 78317888b3bbb778b656665961816a411c54f222 (patch) | |
tree | 8125b280895d09ba790079414977c2f6bc072f79 | |
parent | 30d52106c4683da28dea9d0828322a01e9a77b26 (diff) | |
download | chromium_src-78317888b3bbb778b656665961816a411c54f222.zip chromium_src-78317888b3bbb778b656665961816a411c54f222.tar.gz chromium_src-78317888b3bbb778b656665961816a411c54f222.tar.bz2 |
show commands api in apps api docs
BUG=151229
Review URL: https://chromiumcodereview.appspot.com/10959052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158404 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/templates/public/apps/commands.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/public/apps/commands.html b/chrome/common/extensions/docs/templates/public/apps/commands.html new file mode 100644 index 0000000..a4393d5 --- /dev/null +++ b/chrome/common/extensions/docs/templates/public/apps/commands.html @@ -0,0 +1 @@ +{{+partials.standard_apps_api api:apis.commands intro:intros.commands}} |