| Index: chrome/browser/download/download_browsertest.cc
|
| diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
|
| index a524a58e9d284e98fea6b64744541f2ea59d0231..51d3c9ca4c6f4d630b91b4e22728f0fa3176a51b 100644
|
| --- a/chrome/browser/download/download_browsertest.cc
|
| +++ b/chrome/browser/download/download_browsertest.cc
|
| @@ -720,7 +720,7 @@ class DownloadTest : public InProcessBrowserTest {
|
| // indicates how many members it has.
|
| // - Add a member function to |DownloadShelf| to get the status text
|
| // of a given member (for example, via the name in |DownloadItemView|'s
|
| - // GetAccessibleState() member function), by index.
|
| + // GetAccessibleNodeData() 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.
|
|
|
|
|