| Index: chrome/test/automation/automation_proxy.h
|
| diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
|
| index a41689d3be4c53d7792df62d1f91175fb6fed105..0fccd90a21230f7a3dcc7d617702859f7b1c5fef 100644
|
| --- a/chrome/test/automation/automation_proxy.h
|
| +++ b/chrome/test/automation/automation_proxy.h
|
| @@ -222,9 +222,7 @@ class AutomationProxy : public IPC::Channel::Listener,
|
| const std::string& password) WARN_UNUSED_RESULT;
|
| #endif
|
|
|
| -#if defined(OS_POSIX)
|
| - base::file_handle_mapping_vector fds_to_map() const;
|
| -#endif
|
| + IPC::SyncChannel* channel();
|
|
|
| // AutomationMessageSender implementation.
|
| virtual bool Send(IPC::Message* message) WARN_UNUSED_RESULT;
|
|
|