Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: chrome/browser/chromeos/login/default_images_view.h

Issue 7015041: [cros] Update default avatars and guest icon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Select the default picture. Added two more avatars. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698