| Index: chrome/test/automation/tab_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/tab_proxy.cc (revision 131326)
|
| +++ chrome/test/automation/tab_proxy.cc (working copy)
|
| @@ -602,15 +602,6 @@
|
| result == AUTOMATION_MSG_NAVIGATION_AUTH_NEEDED;
|
| }
|
|
|
| -bool TabProxy::PrintNow() {
|
| - if (!is_valid())
|
| - return false;
|
| -
|
| - bool succeeded = false;
|
| - sender_->Send(new AutomationMsg_PrintNow(handle_, &succeeded));
|
| - return succeeded;
|
| -}
|
| -
|
| bool TabProxy::PrintAsync() {
|
| if (!is_valid())
|
| return false;
|
|
|