| Index: chrome/test/functional/special_tabs.py
|
| diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
|
| index 4c32f57f2b3e78ac892f48d19f53a9d5afd94082..35e35c9d868e2de8b4a380efb9b43e603b2507f6 100644
|
| --- a/chrome/test/functional/special_tabs.py
|
| +++ b/chrome/test/functional/special_tabs.py
|
| @@ -34,6 +34,7 @@ class SpecialTabsTest(pyauto.PyUITest):
|
| 'chrome://downloads': 'Downloads',
|
| 'chrome://extensions': 'Extensions',
|
| 'chrome://history': 'History',
|
| + 'chrome://media-internals': 'Media Internals',
|
| 'chrome://newtab': 'New Tab',
|
| 'chrome://sync-internals': 'Sync Internals',
|
| }
|
|
|