Index: chrome/test/ui/ui_test.h |
=================================================================== |
--- chrome/test/ui/ui_test.h (revision 137438) |
+++ chrome/test/ui/ui_test.h (working copy) |
@@ -146,11 +146,6 @@ |
bool WaitForBookmarkBarVisibilityChange(BrowserProxy* browser, |
bool wait_for_open); |
- // Sends the request to close the browser without blocking. |
- // This is so we can interact with dialogs opened on browser close, |
- // e.g. the beforeunload confirm dialog. |
- void CloseBrowserAsync(BrowserProxy* browser) const; |
- |
// Closes the specified browser. Returns true if the browser was closed. |
// This call is blocking. |application_closed| is set to true if this was |
// the last browser window (and therefore as a result of it closing the |
@@ -418,16 +413,6 @@ |
const char* cookie_name, |
int timeout_ms); |
- // Checks whether the download shelf is visible in the current browser, giving |
- // it a chance to appear (we don't know the exact timing) while finishing as |
- // soon as possible. |
- bool WaitForDownloadShelfVisible(BrowserProxy* browser); |
- |
- // Checks whether the download shelf is invisible in the current browser, |
- // giving it a chance to appear (we don't know the exact timing) while |
- // finishing as soon as possible. |
- bool WaitForDownloadShelfInvisible(BrowserProxy* browser); |
- |
// 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. |
@@ -445,10 +430,6 @@ |
void NavigateToURLAsync(const GURL& url); |
private: |
- // Waits for download shelf visibility or invisibility. |
- bool WaitForDownloadShelfVisibilityChange(BrowserProxy* browser, |
- bool wait_for_open); |
- |
MessageLoop message_loop_; // Enables PostTask to main thread. |
}; |