diff options
author | avi <avi@chromium.org> | 2014-10-25 11:15:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-25 18:16:13 +0000 |
commit | 776de5c23c22bf71859e3f73cf2635f40ba01164 (patch) | |
tree | f07d71407331187f4a1521da2f5412bfa772a771 /chrome/common | |
parent | a1c646f8a08c62bd68c39a83f811ac08c448f00e (diff) | |
download | chromium_src-776de5c23c22bf71859e3f73cf2635f40ba01164.zip chromium_src-776de5c23c22bf71859e3f73cf2635f40ba01164.tar.gz chromium_src-776de5c23c22bf71859e3f73cf2635f40ba01164.tar.bz2 |
Revert "Sync wallpaper based on sync themes setting"
This reverts commit af3c28a48df70525b927813b08b27407f4138fe0.
TBR=scheib@chromium.org,cpu@chromium.org,jar@chromium.org,bshe@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=236640
Review URL: https://codereview.chromium.org/682463002
Cr-Commit-Position: refs/heads/master@{#301288}
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/wallpaper_private.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/common/extensions/api/wallpaper_private.json b/chrome/common/extensions/api/wallpaper_private.json index 7ad50f6..2315906 100644 --- a/chrome/common/extensions/api/wallpaper_private.json +++ b/chrome/common/extensions/api/wallpaper_private.json @@ -38,25 +38,6 @@ ] }, { - "name": "getSyncSetting", - "type": "function", - "description": "Gets the sync themes(and wallpaper on ChromeOS) setting value.", - "nodoc": "true", - "parameters": [ - { - "type": "function", - "name": "callback", - "parameters": [ - { - "name": "result", - "type": "object", - "additionalProperties": {"type": "any"} - } - ] - } - ] - }, - { "name": "setWallpaperIfExists", "type": "function", "description": "Sets wallpaper if it exists in the local file system with specified layout", |