Chromium Code Reviews| 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..0e1e273ab2c90cec70e35afa0e349065b201910a 100644 |
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js |
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js |
| @@ -42,6 +42,16 @@ |
| */ |
| AccessSyncSurpriseMeEnabledKey: 'sync-surprise-me-enabled-key', |
| + /* |
| + * Key to access the third party app name in chrome.storage.local. |
| + */ |
| + AccessLocalThirdPartyAppName: 'local-third-party-app-name-key', |
|
tbarzic
2016/02/02 20:59:38
why don't you keep this with other wallpaper info,
xdai1
2016/02/04 01:46:33
Good point. Done.
|
| + |
| + /** |
| + * Key to access the third party app name in chrome.storage.sync. |
| + */ |
| + AccessSyncThirdPartyAppName: 'sync-third-party-app-name-key', |
| + |
| /** |
| * Suffix to append to baseURL if requesting high resoultion wallpaper. |
| */ |