Index: chrome/test/pyautolib/pyautolib.i |
=================================================================== |
--- chrome/test/pyautolib/pyautolib.i (revision 50654) |
+++ chrome/test/pyautolib/pyautolib.i (working copy) |
@@ -93,6 +93,10 @@ |
ActivateTab; |
bool ActivateTab(int tab_index); |
+ %feature("docstring", "Activate the browser's window and bring it to front.") |
+ BringToFront; |
+ bool BringToFront(); |
+ |
%feature("docstring", "Get proxy to the tab at the given zero-based index") |
GetTab; |
scoped_refptr<TabProxy> GetTab(int tab_index) const; |