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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js

Issue 1631923004: Sync 3rd party wallpaper app name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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
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',

Powered by Google App Engine
This is Rietveld 408576698