| 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..01963e8a40f034457ad3c255fa9ef22da7911223 100755
|
| --- a/chrome/test/functional/special_tabs.py
|
| +++ b/chrome/test/functional/special_tabs.py
|
| @@ -1,5 +1,5 @@
|
| #!/usr/bin/env python
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 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.
|
|
|
| @@ -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 },
|
|
|