Index: chrome/test/pyautolib/pyautolib.h |
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h |
index cd7cf5ddbb81e7a50a61d918badb30d75b0035b7..2abc615ee830142ed576249aea401f1d582ebcbc 100644 |
--- a/chrome/test/pyautolib/pyautolib.h |
+++ b/chrome/test/pyautolib/pyautolib.h |
@@ -71,9 +71,6 @@ class PyUITestBase : public UITestBase { |
// AutomationProxy methods |
- // Get a handle to browser window at the given index, or NULL on failure. |
- scoped_refptr<BrowserProxy> GetBrowserWindow(int window_index); |
- |
// Meta-methods. Generic pattern of passing args and response as |
// JSON dict to avoid future use of the SWIG interface and |
// automation proxy additions. Returns response as JSON dict. |