diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 16:56:38 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 16:56:38 +0000 |
commit | 0c9ee9904acbfe0766f488edb207ff232635efd3 (patch) | |
tree | 5118e9af778ed35f8a68490171a75676ce202c4d /chrome/test/automation/tab_proxy.h | |
parent | bbf87943104ec3343bd93152500fdb0bf81ee563 (diff) | |
download | chromium_src-0c9ee9904acbfe0766f488edb207ff232635efd3.zip chromium_src-0c9ee9904acbfe0766f488edb207ff232635efd3.tar.gz chromium_src-0c9ee9904acbfe0766f488edb207ff232635efd3.tar.bz2 |
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
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |