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

Unified Diff: chrome/common/extensions/docs/templates/intros/pageAction.html

Issue 508783002: Update old syntax for action default_icon to populate 19 and 38px icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Docs update Created 6 years, 4 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/docs/templates/intros/pageAction.html
diff --git a/chrome/common/extensions/docs/templates/intros/pageAction.html b/chrome/common/extensions/docs/templates/intros/pageAction.html
index 278df74ebb2123d4e8824cb9ad25a692dab42453..a436bd4aed9a9954fe615562aca5c9150cb774ce 100644
--- a/chrome/common/extensions/docs/templates/intros/pageAction.html
+++ b/chrome/common/extensions/docs/templates/intros/pageAction.html
@@ -58,7 +58,7 @@ default icon is still supported:
<b>"page_action": {
...
"default_icon": "images/icon19.png" <em>// optional</em>
- <em>// equivalent to "default_icon": { "19": "images/icon19.png" }</em>
+ <em>// equivalent to "default_icon": { "19": "images/icon19.png", "38": "images/icon19.png" }</em>
not at google - send to devlin 2014/08/26 22:25:41 ditto
gpdavis 2014/08/26 23:24:43 Done.
}</b>,
...
}</pre>

Powered by Google App Engine
This is Rietveld 408576698