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

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

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/policy.py
diff --git a/chrome/test/functional/policy.py b/chrome/test/functional/policy.py
index 875bee68b19ea210a94af00a35eb43bf858d344a..e12fd9cd28fa0e66c8f15dd28defde8d51b2805c 100755
--- a/chrome/test/functional/policy.py
+++ b/chrome/test/functional/policy.py
@@ -367,7 +367,7 @@ class PolicyTest(policy_base.PolicyTestBase):
msg='SPDY is not disabled.')
policy = {'DisableSpdy': False}
self.SetUserPolicy(policy)
- self.GetBrowserWindow(0).GetTab(0).Reload()
+ self.ReloadTab()
self.assertEquals(
1,
self.FindInPage('SPDY Enabled: true', tab_index=0)['match_count'],

Powered by Google App Engine
This is Rietveld 408576698