diff options
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 |