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

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

Issue 559583002: change chrome.wallpaper.setWallpaper api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/common/extensions/api/wallpaper.json ('k') | chrome/test/data/extensions/api_test/wallpaper/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/api/wallpaper.json ('k') | chrome/test/data/extensions/api_test/wallpaper/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698