| Index: chrome/browser/chromeos/login/user_image_screen.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_image_screen.h (revision 108979)
|
| +++ chrome/browser/chromeos/login/user_image_screen.h (working copy)
|
| @@ -52,6 +52,8 @@
|
|
|
| // ProfileImageDownloader::Delegate implementation.
|
| virtual void OnDownloadSuccess(const SkBitmap& profile_image) OVERRIDE;
|
| + virtual void OnDownloadFailure() OVERRIDE;
|
| + virtual void OnDownloadDefaultImage() OVERRIDE;
|
|
|
| private:
|
| // Common method that handles setting photo or profile image.
|
|
|