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

Unified Diff: chrome/test/functional/media/worker_thread.py

Issue 10837157: Fix worker_thread.py post change in issue 10830193 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/media/worker_thread.py
diff --git a/chrome/test/functional/media/worker_thread.py b/chrome/test/functional/media/worker_thread.py
index 402952adb05ceb830bc19cfb8003d134a04eb062..394d05122b2fe4ccb8e035895d48f6b39d2f6166 100644
--- a/chrome/test/functional/media/worker_thread.py
+++ b/chrome/test/functional/media/worker_thread.py
@@ -140,7 +140,7 @@ class WorkerThread(threading.Thread):
@synchronized
def CloseTabByURL(self, url):
"""Closes the tab with the given url."""
- self.CloseTab(tab_index=self.__FindTabLocked(url))
+ self.__pyauto.CloseTab(tab_index=self.__FindTabLocked(url))
@synchronized
def GetDOMValue(self, name, url=None):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698