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

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: Address tbarzic@'s comments. 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..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.
*/

Powered by Google App Engine
This is Rietveld 408576698