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

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

Issue 13084017: Fix OmniboxViewTest.SelectAllOnClick (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 6 Created 7 years, 8 months 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/base/interactive_test_utils.h
===================================================================
--- chrome/test/base/interactive_test_utils.h (revision 192786)
+++ chrome/test/base/interactive_test_utils.h (working copy)
@@ -135,6 +135,9 @@
int state,
const base::Closure& task);
+// Returns the bounds of the view in screen coordinates.
+gfx::Rect GetViewBounds(const Browser* browser, ViewID vid);
+
namespace internal {
// A utility function to send a mouse click event in a closure. It's shared by
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/test/base/interactive_test_utils_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698