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

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

Issue 10376003: Improve accessibility of user image selection screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments by ivankr Created 8 years, 8 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_user_images.h
diff --git a/chrome/browser/chromeos/login/default_user_images.h b/chrome/browser/chromeos/login/default_user_images.h
index 1950a238a17e85a0fe0d3154e9cc995edbd78eed..6b68c30bff9132fc98b6c54b96c4372a2e900918 100644
--- a/chrome/browser/chromeos/login/default_user_images.h
+++ b/chrome/browser/chromeos/login/default_user_images.h
@@ -33,6 +33,9 @@ bool IsDefaultImageUrl(const std::string url, int* image_id);
// Returns bitmap of default user image with specified index.
const SkBitmap& GetDefaultImage(int index);
+// Returns a description of a default user image with specified index.
+std::string GetDefaultImageDescription(int index);
+
// Resource IDs of default user images.
extern const int kDefaultImageResources[];

Powered by Google App Engine
This is Rietveld 408576698