From c45dde3c15cddbca7795cab1c28fa472148b01b1 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Thu, 3 Mar 2011 23:13:49 +0000 Subject: Refactor Views accessibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/6581010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76825 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/download/download_browsertest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/download') diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc index 5e522f7..c3f1ec6 100644 --- a/chrome/browser/download/download_browsertest.cc +++ b/chrome/browser/download/download_browsertest.cc @@ -388,8 +388,8 @@ class DownloadTest : public InProcessBrowserTest { // - Add a member function to the |DownloadShelf| interface class, that // indicates how many members it has. // - Add a member function to |DownloadShelf| to get the status text - // of a given member (for example, via |DownloadItemView|'s - // GetAccessibleName() member function), by index. + // of a given member (for example, via the name in |DownloadItemView|'s + // GetAccessibleState() member function), by index. // - Iterate over browser->window()->GetDownloadShelf()'s members // to see if any match the status text we want. Start with the last one. -- cgit v1.1