diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 8a69a4c7..c2e0d57 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -278,9 +278,6 @@ class TabProxy : public AutomationResourceProxy, // out of there' button. bool TakeActionOnSSLBlockingPage(bool proceed) WARN_UNUSED_RESULT; - // Prints the current page without user intervention. - bool PrintNow() WARN_UNUSED_RESULT; - // Sends off an asynchronous request for printing. bool PrintAsync() WARN_UNUSED_RESULT; |