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

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

Issue 1566713005: Make the third party wallpaper syncable through different devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO 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 8001c1621eeb6d3e7a1cee5c0091fd46ec9e30d4..3e1f728fba1de236c7856ac5edb462c2bcaf520a 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
@@ -91,5 +91,10 @@
WallpaperDirNameEnum: {
ORIGINAL: 'original',
THUMBNAIL: 'thumbnail'
- }
+ },
+
+ /**
+ * The filename prefix for a third party wallpaper.
+ */
+ ThirdPartyWallpaperPrefix: 'third_party_'
};

Powered by Google App Engine
This is Rietveld 408576698