Index: chrome/common/extensions/docs/templates/intros/wallpaper.html |
diff --git a/chrome/common/extensions/docs/templates/intros/wallpaper.html b/chrome/common/extensions/docs/templates/intros/wallpaper.html |
index 208ec789a49b50454be3a08bba2f2c379e6c0f4e..ffc63d47308916372e517378f68e355357e7d532 100644 |
--- a/chrome/common/extensions/docs/templates/intros/wallpaper.html |
+++ b/chrome/common/extensions/docs/templates/intros/wallpaper.html |
@@ -25,6 +25,6 @@ chrome.wallpaper.setWallpaper( |
{ |
'url': 'http://example.com/a_file.jpg', |
'layout': 'CENTER_CROPPED', |
- 'name': 'test_wallpaper' |
+ 'filename': 'test_wallpaper' |
}, function() {}); |
</pre> |