| Index: chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| index 47e7afa91d1661db1d9a68eb36038ac84fdd1cca..b7c75fe34705eb0f384524cbb736e70cea3113ab 100644
|
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| @@ -63,13 +63,13 @@
|
| * Wallpaper sources enum.
|
| */
|
| WallpaperSourceEnum: {
|
| - Online: 'ONLINE',
|
| - Daily: 'DAILY',
|
| - OEM: 'OEM',
|
| - Custom: 'CUSTOM',
|
| - ThirdParty: 'THIRDPARTY',
|
| - AddNew: 'ADDNEW',
|
| - Default: 'DEFAULT'
|
| + Online: 'ONLINE',
|
| + Daily: 'DAILY',
|
| + OEM: 'OEM',
|
| + Custom: 'CUSTOM',
|
| + ThirdParty: 'THIRDPARTY',
|
| + AddNew: 'ADDNEW',
|
| + Default: 'DEFAULT'
|
| },
|
|
|
| /**
|
| @@ -90,10 +90,7 @@
|
| /**
|
| * Wallpaper directory enum.
|
| */
|
| - WallpaperDirNameEnum: {
|
| - ORIGINAL: 'original',
|
| - THUMBNAIL: 'thumbnail'
|
| - },
|
| + WallpaperDirNameEnum: {ORIGINAL: 'original', THUMBNAIL: 'thumbnail'},
|
|
|
| /**
|
| * The filename prefix for a third party wallpaper.
|
|
|