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

Unified Diff: components/wallpaper/wallpaper_manager_base.cc

Issue 2517413002: Remove an irrelevant comment in WallpaperManagerBase (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wallpaper/wallpaper_manager_base.cc
diff --git a/components/wallpaper/wallpaper_manager_base.cc b/components/wallpaper/wallpaper_manager_base.cc
index 38549abeb527311d76ee43040af7ebd3df419234..e387fbadd73df4e699572785c869d73ff4b9b0f5 100644
--- a/components/wallpaper/wallpaper_manager_base.cc
+++ b/components/wallpaper/wallpaper_manager_base.cc
@@ -941,7 +941,6 @@ void WallpaperManagerBase::OnCustomizedDefaultWallpaperDecoded(
std::unique_ptr<gfx::ImageSkia> small_wallpaper_image(new gfx::ImageSkia);
std::unique_ptr<gfx::ImageSkia> large_wallpaper_image(new gfx::ImageSkia);
- // TODO(bshe): This may break if Bytes becomes RefCountedMemory.
base::Closure resize_closure = base::Bind(
&WallpaperManagerBase::ResizeCustomizedDefaultWallpaper,
base::Passed(&deep_copy),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698