Chromium Code Reviews| 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..c5b93e225b2359603fe4def185442095ccf25f55 100644 |
| --- a/chrome/test/functional/special_tabs.py |
| +++ b/chrome/test/functional/special_tabs.py |
| @@ -1,5 +1,5 @@ |
| #!/usr/bin/python |
| -# Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| @@ -35,6 +35,7 @@ class SpecialTabsTest(pyauto.PyUITest): |
| 'chrome://history': 'History', |
| 'chrome://newtab': 'New Tab', |
| 'chrome://sync-internals': 'Sync Internals', |
| + 'chrome://media-internals': 'Media Internals', |
|
scherkus (not reviewing)
2011/06/14 02:21:34
this looks like it should be in alphabetical order
Scott Franklin
2011/06/14 17:16:50
Done.
|
| } |
| def _VerifyAppCacheInternals(self): |