From 0c9ee9904acbfe0766f488edb207ff232635efd3 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Wed, 3 Jun 2009 16:56:38 +0000 Subject: Revert "This is the first of probably several patches trying to clean up the BlockedPopupContainer into something that can be cross-platform." This reverts commit 0247f4d628f8f56c0a42ab44efd1d29058167a11 (r17483). Review URL: http://codereview.chromium.org/118166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17485 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/tab_proxy.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chrome/test/automation/tab_proxy.h') diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index ae513e0..02bf99e 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -207,13 +207,6 @@ class TabProxy : public AutomationResourceProxy { bool WaitForChildWindowCountToChange(int count, int* new_count, int wait_timeout); - // Gets the number of popups blocked from this tab. - bool GetBlockedPopupCount(int* count) const; - - // Blocks the thread until the number of blocked popup is equal to - // |target_count|. - bool WaitForBlockedPopupCountToChangeTo(int target_count, int wait_timeout); - bool GetDownloadDirectory(std::wstring* download_directory); // Shows an interstitial page. Blocks until the interstitial page -- cgit v1.1