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

Unified Diff: chrome/test/automation/tab_proxy.h

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: chrome/test/automation/tab_proxy.h
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 900181c6a8dab2a415c1c42f50a17b6299bc866d..9c2e973710cfcb510a9b436abd3cea7d58b560aa 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -190,24 +190,6 @@ class TabProxy : public AutomationResourceProxy {
const std::string& target);
#endif // defined(OS_WIN)
- // Waits for the tab to finish being restored. Returns true on success.
- // timeout_ms gives the max amount of time to wait for restore to complete.
- bool WaitForTabToBeRestored(uint32 timeout_ms) WARN_UNUSED_RESULT;
-
- // Retrieves the different security states for the current tab.
- bool GetSecurityState(content::SecurityStyle* security_style,
- net::CertStatus* ssl_cert_status,
- int* insecure_content_status) WARN_UNUSED_RESULT;
-
- // Returns the type of the page currently showing (normal, interstitial,
- // error).
- bool GetPageType(content::PageType* page_type) WARN_UNUSED_RESULT;
-
- // Simulates the user action on the SSL blocking page. if |proceed| is true,
- // this is equivalent to clicking the 'Proceed' button, if false to 'Take me
- // out of there' button.
- bool TakeActionOnSSLBlockingPage(bool proceed) WARN_UNUSED_RESULT;
-
// Sends off an asynchronous request for printing.
bool PrintAsync() WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698