Index: chrome/browser/chromeos/login/wallpaper_manager.cc |
diff --git a/chrome/browser/chromeos/login/wallpaper_manager.cc b/chrome/browser/chromeos/login/wallpaper_manager.cc |
index 7fafe4dd2ab947ed6d9b9ef8c10bca79747514cf..eead0996776eb7d46b89d5a243ca14c1bfbc8838 100644 |
--- a/chrome/browser/chromeos/login/wallpaper_manager.cc |
+++ b/chrome/browser/chromeos/login/wallpaper_manager.cc |
@@ -57,9 +57,6 @@ const int kDefaultEncodingQuality = 90; |
// Deprecated. Will remove this const char after done migration. |
const char kUserWallpapers[] = "UserWallpapers"; |
-const int kThumbnailWidth = 128; |
-const int kThumbnailHeight = 80; |
- |
const int kCacheWallpaperDelayMs = 500; |
// A dictionary pref that maps usernames to wallpaper properties. |