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

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

Issue 7003064: Add placeholder chrome://media-internals page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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
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):
« chrome/browser/ui/webui/media_internals_ui.cc ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698