| Index: chrome/browser/chromeos/login/wallpaper_manager.h
|
| diff --git a/chrome/browser/chromeos/login/wallpaper_manager.h b/chrome/browser/chromeos/login/wallpaper_manager.h
|
| index 2ce442c4da802017687821113240be615b500220..173117078d985009504bc5b6744be81340d1a97f 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager.h
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager.h
|
| @@ -280,7 +280,7 @@ class WallpaperManager: public content::NotificationObserver {
|
|
|
| // Updates current wallpaper. It may switch the size of wallpaper based on the
|
| // current display's resolution. (asynchronously with zero delay)
|
| - void UpdateWallpaper();
|
| + void UpdateWallpaper(bool clear_cache);
|
|
|
| // Adds given observer to the list.
|
| void AddObserver(Observer* observer);
|
|
|