| Index: chrome/test/functional/special_tabs.py
|
| diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
|
| index d6e38a958feb340729058277e394667410cb464c..cf375b23ef2b39bf6bf026fb859801a2511d504f 100755
|
| --- a/chrome/test/functional/special_tabs.py
|
| +++ b/chrome/test/functional/special_tabs.py
|
| @@ -44,8 +44,8 @@ class SpecialTabsTest(pyauto.PyUITest):
|
| 'chrome://about': { 'title': 'Chrome URLs' },
|
| 'chrome://appcache-internals': { 'title': 'AppCache Internals' },
|
| 'chrome://blob-internals': { 'title': 'Blob Storage Internals' },
|
| - 'chrome://bugreport': {},
|
| - 'chrome://bugreport/#0': { 'title': 'Feedback' },
|
| + 'chrome://feedback': {},
|
| + 'chrome://feedback/#0': { 'title': 'Feedback' },
|
| 'chrome://chrome-urls': { 'title': 'Chrome URLs' },
|
| 'chrome://crashes': { 'title': 'Crashes' },
|
| 'chrome://credits': { 'title': 'Credits', 'CSP': False },
|
|
|