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

Unified Diff: chrome/test/ui/ui_test.h

Issue 14130: Add a ui test to make sure the Find box does not go away on Reload but does... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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/browser/views/find_bar_win_uitest.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 6698)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -130,10 +130,11 @@
// as possible.
bool WaitForDownloadShelfVisible(TabProxy* tab);
- // Waits until the Find window has become fully visible (and stopped
- // animating) in the specified tab. This function can time out (return false)
- // if the window doesn't appear within a specific time.
- bool WaitForFindWindowFullyVisible(TabProxy* tab);
+ // Waits until the Find window has become fully visible (if |wait_for_open| is
+ // true) or fully hidden (if |wait_for_open| is false). This function can time
+ // out (return false) if the window doesn't appear within a specific time.
+ bool WaitForFindWindowVisibilityChange(TabProxy* tab,
+ bool wait_for_open);
// Waits until the Bookmark bar has stopped animating and become fully visible
// (if |wait_for_open| is true) or fully hidden (if |wait_for_open| is false).
« no previous file with comments | « chrome/browser/views/find_bar_win_uitest.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698