Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6361)

Unified Diff: chrome/test/functional/special_tabs.py

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/bidichecker_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
« no previous file with comments | « chrome/test/data/webui/bidichecker_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698