| Index: chrome/common/extensions/docs/static/pageAction.html
|
| diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html
|
| index 24d54ae82cc04b4ea8237f274f95c11243a79fca..0c515b9ddaad80ff250c7926f119f467b38e028f 100755
|
| --- a/chrome/common/extensions/docs/static/pageAction.html
|
| +++ b/chrome/common/extensions/docs/static/pageAction.html
|
| @@ -43,7 +43,7 @@ like this:
|
| <b>"page_action": {
|
| "default_icon": "icons/foo.png", <em>// <b>required</b></em>
|
| "default_title": "Do action", <em>// optional; shown in tooltip</em>
|
| - "popup": "popup.html" <em>// optional</em>
|
| + "default_popup": "popup.html" <em>// optional</em>
|
| }</b>,
|
| ...
|
| }</pre>
|
|
|