| Index: chrome/browser/chromeos/login/user_manager.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_manager.h (revision 108979)
|
| +++ chrome/browser/chromeos/login/user_manager.h (working copy)
|
| @@ -172,6 +172,8 @@
|
|
|
| // ProfileImageDownloader::Delegate implementation.
|
| virtual void OnDownloadSuccess(const SkBitmap& image) OVERRIDE;
|
| + virtual void OnDownloadFailure() OVERRIDE;
|
| + virtual void OnDownloadDefaultImage() OVERRIDE;
|
|
|
| // NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|