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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.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/event_page.js
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
index 4a5a310c02d1b80959bf0d64a6f6e39026d7d934..0fcfac53903a8741f7652035bf12f7ab96b39fb4 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
@@ -423,7 +423,6 @@ chrome.wallpaperPrivate.onWallpaperChangedBy3rdParty.addListener(function(
SurpriseWallpaper.getInstance().disable();
// Make third party wallpaper syncable through different devices.
- // TODO(xdai): also sync the third party app name.
var filename = Constants.ThirdPartyWallpaperPrefix + new Date().getTime();
var thumbnailFilename = filename + Constants.CustomWallpaperThumbnailSuffix;
WallpaperUtil.storeWallpaperToSyncFS(filename, wallpaper);

Powered by Google App Engine
This is Rietveld 408576698