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

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

Issue 10388175: Remove all the unnused automation IPCs. These were used by UI tests that have been converted to bro… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/test/automation/window_proxy.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 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.
};
« no previous file with comments | « chrome/test/automation/window_proxy.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698