Index: chrome/test/pyautolib/pyautolib.i |
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i |
index 875d530ca5edf5299fd3f43adde7b7589677b5e6..1a46ee06ae9f7757c1f947b3aed1150677ff7f8e 100644 |
--- a/chrome/test/pyautolib/pyautolib.i |
+++ b/chrome/test/pyautolib/pyautolib.i |
@@ -221,6 +221,11 @@ class PyUITestBase { |
void NavigateToURL(const char* url_string); |
void NavigateToURL(const char* url_string, int window_index, int tab_index); |
+ %feature("docstring", "Reload the active tab in the given window (or first " |
+ "window if index not given). Blocks until page has reloaded.") |
+ ReloadActiveTab; |
+ void ReloadActiveTab(int window_index = 0); |
+ |
// BrowserProxy methods |
%feature("docstring", "Apply the accelerator with given id " |
"(IDC_BACK, IDC_NEWTAB ...) to the given or first window. " |