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

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

Issue 269103: Implement chrome.browserAction.setIcon({path:...}); (Closed)
Patch Set: Created 11 years, 2 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/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 7543b4f988e9ed389388f87416eb58f45e1183ca..172131642be3717bf75d6c5837aecdbdd0aec156 100755
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -859,6 +859,11 @@
"minimum": 0,
"description": "The zero-based index into the |icons| vector specified in the manifest.",
"optional": true
+ },
+ "path": {
+ "type": "string",
+ "description": "Relative path to an image in the extension to show in the browser action.",
+ "optional": true
}
}
}

Powered by Google App Engine
This is Rietveld 408576698