| Index: chrome/browser/chromeos/login/default_images_view.h
|
| diff --git a/chrome/browser/chromeos/login/default_images_view.h b/chrome/browser/chromeos/login/default_images_view.h
|
| index a6f788ee222dffb26d061478a0c73bb22a7b9d6c..bb7b61620d6152edb59f243c71f94811fc19fe48 100644
|
| --- a/chrome/browser/chromeos/login/default_images_view.h
|
| +++ b/chrome/browser/chromeos/login/default_images_view.h
|
| @@ -42,6 +42,9 @@ class DefaultImagesView : public views::View,
|
| // selected image.
|
| int GetDefaultImageIndex() const;
|
|
|
| + // Allows to specify the selected image index specifically.
|
| + void SetDefaultImageIndex(int index);
|
| +
|
| // Unselects the selected image if there's one.
|
| void ClearSelection();
|
|
|
|
|