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

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

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: Making Schema Descriptions Compulsory 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
Index: chrome/common/extensions/api/script_badge.json
diff --git a/chrome/common/extensions/api/script_badge.json b/chrome/common/extensions/api/script_badge.json
index 43df1e0b653bbb43639caaa68fdfc8c9b6c785d6..3bc1ea104a1c25da5fa074023b32a1a6615d7b6d 100644
--- a/chrome/common/extensions/api/script_badge.json
+++ b/chrome/common/extensions/api/script_badge.json
@@ -5,6 +5,7 @@
[
{
"namespace": "scriptBadge",
+ "description": "Use the <code>chrome.scriptBadge</code> API to inject an icon into the browser that will open an HTML popup when clicked.",
epeterson 2013/06/21 20:10:15 Probably want to quality-check this one.
not at google - send to devlin 2013/06/21 20:58:51 Yeah the API is defunct anyway. But: Use the <cod
"functions": [
{
"name": "setPopup",

Powered by Google App Engine
This is Rietveld 408576698