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

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: Rebase, simplify change so it doesn't affect other uses of Grid/List Created 8 years, 5 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 1e618045eeefb0088be89a89f6689162958bef10..2415d9df36fd730ea4e7db3fc58de935326a6ed3 100644
--- a/chrome/browser/chromeos/login/default_user_images.h
+++ b/chrome/browser/chromeos/login/default_user_images.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -34,6 +34,9 @@ bool IsDefaultImageUrl(const std::string url, int* image_id);
// Returns bitmap of default user image with specified index.
const gfx::ImageSkia& 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