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

Unified Diff: chrome/renderer/resources/extension_process_bindings.js

Issue 149046: PageActions can now specify multiple icons and switch between them... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/page_action.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extension_process_bindings.js
===================================================================
--- chrome/renderer/resources/extension_process_bindings.js (revision 19579)
+++ chrome/renderer/resources/extension_process_bindings.js (working copy)
@@ -358,7 +358,9 @@
type: "object",
properties: {
tabId: chrome.types.pInt,
- url: chrome.types.str
+ url: chrome.types.str,
+ title: chrome.types.optStr,
+ iconId: chrome.types.optPInt,
},
optional: false
}
« no previous file with comments | « chrome/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/page_action.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698