Chromium Code Reviews| 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..aafed58410fc44d553c3f8bd00e24dfd8eb72655 100644 |
| --- a/chrome/test/automation/automation_proxy.h |
| +++ b/chrome/test/automation/automation_proxy.h |
| @@ -223,7 +223,7 @@ class AutomationProxy : public IPC::Channel::Listener, |
| #endif |
| #if defined(OS_POSIX) |
| - base::file_handle_mapping_vector fds_to_map() const; |
| + int TakeClientFileDescriptor(); |
|
darin (slow to review)
2011/09/15 05:43:37
this method is a little bit odd here. it isn't cl
Paweł Hajdan Jr.
2011/09/15 18:36:44
Done.
|
| #endif |
| // AutomationMessageSender implementation. |