Index: chrome/test/pyautolib/pyautolib.h |
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h |
index 8e47776a19263a7b33faba67439168c4119c4307..0848d552d30f06940fee34eb60bae86f54dc2b04 100644 |
--- a/chrome/test/pyautolib/pyautolib.h |
+++ b/chrome/test/pyautolib/pyautolib.h |
@@ -69,20 +69,6 @@ class PyUITestBase : public UITestBase { |
virtual void SetUp() OVERRIDE; |
virtual void TearDown() OVERRIDE; |
- // Navigate to the given URL in the active tab. Blocks until page loaded. |
- void NavigateToURL(const char* url_string); |
- |
- // Navigate to the given URL in the active tab in the given window. |
- void NavigateToURL(const char* url_string, int window_index); |
- |
- // Navigate to the given URL in given tab in the given window. |
- // Blocks until page loaded. |
- void NavigateToURL(const char* url_string, int window_index, int tab_index); |
- |
- // Reloads the active tab in the given window. |
- // Blocks until page reloaded. |
- void ReloadActiveTab(int window_index = 0); |
- |
// Get the URL of the active tab. |
GURL GetActiveTabURL(int window_index = 0); |