| 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 3e1f728fba1de236c7856ac5edb462c2bcaf520a..32eab50778ae130144006ef04b68d3161e3fe860 100644
|
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
|
| @@ -43,6 +43,16 @@
|
| AccessSyncSurpriseMeEnabledKey: 'sync-surprise-me-enabled-key',
|
|
|
| /**
|
| + * Key to access the third party app name in chrome.storage.sync.
|
| + */
|
| + AccessSyncThirdPartyAppName: 'sync-third-party-app-name-key',
|
| +
|
| + /**
|
| + * Key to access the third party app name in chrome.storage.local.
|
| + */
|
| + AccessLocalThirdPartyAppName: 'local-third-party-app-name-key',
|
| +
|
| + /**
|
| * Suffix to append to baseURL if requesting high resoultion wallpaper.
|
| */
|
| HighResolutionSuffix: '_high_resolution.jpg',
|
|
|