| Index: chrome/test/base/interactive_test_utils.h
|
| diff --git a/chrome/test/base/interactive_test_utils.h b/chrome/test/base/interactive_test_utils.h
|
| index f0ccc770f2a8cfae8ca6437cdfc83364527badf7..58f0e79f2b37c7bd0e090f180c39075300e8f075 100644
|
| --- a/chrome/test/base/interactive_test_utils.h
|
| +++ b/chrome/test/base/interactive_test_utils.h
|
| @@ -21,6 +21,9 @@ class View;
|
|
|
| namespace ui_test_utils {
|
|
|
| +// Activates browser window and wait it to be activated.
|
| +void ActivateBrowserWindow(Browser* browser);
|
| +
|
| // Brings the native window for |browser| to the foreground. Returns true on
|
| // success.
|
| bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT;
|
|
|