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

Unified Diff: chrome/common/extensions/api/page_launcher.idl

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase Created 7 years, 6 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 | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/api/permissions.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/page_launcher.idl
diff --git a/chrome/common/extensions/api/page_launcher.idl b/chrome/common/extensions/api/page_launcher.idl
index deef68aebd72011995591e44cfe93b168804a102..fceab2b05c9130e7a5922b915f5b56ce27449e35 100644
--- a/chrome/common/extensions/api/page_launcher.idl
+++ b/chrome/common/extensions/api/page_launcher.idl
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This module allows platform apps an additional way of launching themselves
-// from the browser. To use this api, an app needs to specify the page_launcher
-// manifest property, then register to listen to pageLauncher.onClicked events.
+// Use the <code>chrome.pageLauncher</code> API to provide platform apps with
+// an additional way of launching themselves from the browser. To use this api,
+// an app needs to specify the page_launcher manifest property, then register to
+// listen to pageLauncher.onClicked events.
namespace pageLauncher {
// Information about the page the user was on when the event was fired.
dictionary PageData {
« no previous file with comments | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/api/permissions.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698