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

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

Issue 9696018: Update pyauto tests to work with the uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 9 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/functional/extensions.py ('k') | chrome/test/functional/policy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/history.py
===================================================================
--- chrome/test/functional/history.py (revision 126676)
+++ chrome/test/functional/history.py (working copy)
@@ -327,10 +327,7 @@
Also, make sure that existing history tab is activated.
"""
command_line = self.GetBrowserInfo()['properties']['command_line_string']
- if '--disable-uber-page' in command_line.split():
- history_url = 'chrome://history-frame/'
- else:
- history_url = 'chrome://chrome/history/'
+ history_url = 'chrome://history-frame/'
# Invoke History.
self.RunCommand(pyauto.IDC_SHOW_HISTORY)
« no previous file with comments | « chrome/test/functional/extensions.py ('k') | chrome/test/functional/policy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698