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

Unified Diff: chrome/common/extensions/api/wallpaper_private.json

Issue 11280300: Revert 171011 - Broke Linux ChromiumOS Tests (dbg)(2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/chrome_paths.cc ('k') | chrome/test/data/extensions/api_test/wallpaper_manager/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/wallpaper_private.json
===================================================================
--- chrome/common/extensions/api/wallpaper_private.json (revision 171042)
+++ chrome/common/extensions/api/wallpaper_private.json (working copy)
@@ -87,57 +87,6 @@
"description": "Restores all previously minimized windows.",
"nodoc": "true",
"parameters": []
- },
- {
- "name": "getThumbnail",
- "type": "function",
- "description": "Gets thumbnail of wallpaper from thumbnail directory.",
- "nodoc": "true",
- "parameters": [
- {
- "type": "string",
- "name": "url",
- "description": "Wallpaper url."
- },
- {
- "type": "function",
- "name": "callback",
- "description": "Function called upon completion.",
- "parameters": [
- {
- "type": "binary",
- "name": "data",
- "optional": true,
- "description": "The binary data of loaded thumbnail."
- }
- ]
- }
- ]
- },
- {
- "name": "saveThumbnail",
- "type": "function",
- "description": "Saves thumbnail to thumbnail directory.",
- "nodoc": "true",
- "parameters": [
- {
- "type": "string",
- "name": "url",
- "description": "Wallpaper url."
- },
- {
- "type": "binary",
- "name": "data",
- "description": "The binary data of downloaded thumbnail."
- },
- {
- "type": "function",
- "name": "callback",
- "description": "Function called upon completion.",
- "parameters": [],
- "optional": true
- }
- ]
}
]
}
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/data/extensions/api_test/wallpaper_manager/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698