| Index: chrome/test/functional/special_tabs.py
|
| diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
|
| index 221eda2614aeb9856ce5a190795f080c5122135b..a148a93fed5cd2337d0c9fca9708dd9d4ff0ebab 100755
|
| --- a/chrome/test/functional/special_tabs.py
|
| +++ b/chrome/test/functional/special_tabs.py
|
| @@ -53,8 +53,7 @@ class SpecialTabsTest(pyauto.PyUITest):
|
| 'chrome://histograms': { 'title': 'About Histograms' },
|
| 'chrome://history': { 'title': 'History' },
|
| 'chrome://media-internals': { 'title': 'Media Internals' },
|
| - # about:memory broken on win - crbug.com/134988
|
| - # 'chrome://memory-redirect': { 'title': 'About Memory' },
|
| + 'chrome://memory-redirect': { 'title': 'About Memory' },
|
| 'chrome://net-internals': {},
|
| 'chrome://net-internals/help.html': {},
|
| 'chrome://newtab': { 'title': 'New Tab', 'CSP': False },
|
|
|