Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: chrome/test/base/interactive_test_utils.h

Issue 2500093003: Re-enable tabs_interactive_uitest for linux_aura (Closed)
Patch Set: based on comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/interactive_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..866d91cff46906d4f967ec3d3692b802e3fdbca2 100644
--- a/chrome/test/base/interactive_test_utils.h
+++ b/chrome/test/base/interactive_test_utils.h
@@ -21,6 +21,10 @@ class View;
namespace ui_test_utils {
+// Activates browser window and wait it to be activated. Returns true on
+// success.
+bool ActivateBrowserWindow(Browser* browser) WARN_UNUSED_RESULT;
+
// Brings the native window for |browser| to the foreground. Returns true on
// success.
bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT;
sky 2016/11/15 17:45:12 Aren't ActivateBrowserWindow and BringBrowserWindo
Qiang(Joe) Xu 2016/11/15 19:01:26 yes.. sorry for not noticing that : )
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/interactive_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698