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

Unified Diff: chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc

Issue 11414223: Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactiv… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc (revision 170118)
+++ chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc (working copy)
@@ -80,7 +80,7 @@
ASSERT_TRUE(tracing::BeginTracing("-test_*"));
#endif
- ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser()));
+ browser()->window()->Activate();
jam 2012/11/29 07:06:43 this was copied from gpu_pixel_browsertest.cc
gfx::Rect new_bounds = GetNewTabContainerBounds(tab_container_size);
browser()->window()->SetBounds(new_bounds);

Powered by Google App Engine
This is Rietveld 408576698