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

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: 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..84b332904692f5ae2ca448a089b28289b61d48de 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.
+const std::string GetDefaultImageDescription(int index);
Ivan Korotkov 2012/05/04 17:02:27 No need in const
dmazzoni 2012/05/04 17:48:00 Done.
+
// Resource IDs of default user images.
extern const int kDefaultImageResources[];

Powered by Google App Engine
This is Rietveld 408576698