| Index: chrome/test/functional/special_tabs.py
|
| diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
|
| index f0569eea6898778a585621099aadfe54910d85d2..5c81df734c6aa234e7ff510d791ab3aa6608857c 100644
|
| --- a/chrome/test/functional/special_tabs.py
|
| +++ b/chrome/test/functional/special_tabs.py
|
| @@ -21,7 +21,7 @@ class SpecialTabsTest(pyauto.PyUITest):
|
|
|
| special_url_tabs = {
|
| 'about:': 'About Version',
|
| - 'about:about': 'About Pages',
|
| + 'about:about': 'Chrome URLs',
|
| 'about:appcache-internals': 'AppCache Internals',
|
| 'about:credits': 'Credits',
|
| 'about:dns': 'About DNS',
|
| @@ -30,6 +30,7 @@ class SpecialTabsTest(pyauto.PyUITest):
|
| 'about:sync': 'Sync Internals',
|
| 'about:sync-internals': 'Sync Internals',
|
| 'about:version': 'About Version',
|
| + 'chrome://about': 'Chrome URLs',
|
| 'chrome://downloads': 'Downloads',
|
| 'chrome://extensions': 'Extensions',
|
| 'chrome://history': 'History',
|
|
|