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

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

Issue 27240: Make startup_tests build and run on Linux (except reference tests). (Closed)
Patch Set: small bugfix in process_util Created 11 years, 10 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
« no previous file with comments | « chrome/test/automation/automation.scons ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 118983ba3c555772e0f1fa42b07e91a9a0717fbc..ff74db324d2c8a0e5ea30a9577f7e415cacc5177 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/process_util.h"
#include "base/scoped_ptr.h"
#include "base/time.h"
#include "base/thread.h"
@@ -159,6 +160,10 @@ class AutomationProxy : public IPC::Channel::Listener,
// passed to the app as a launch parameter.
const std::wstring& channel_id() const { return channel_id_; }
+#if defined(OS_POSIX)
+ base::file_handle_mapping_vector fds_to_map() const;
+#endif
+
// AutomationMessageSender implementations.
virtual bool Send(IPC::Message* message);
virtual bool SendWithTimeout(IPC::Message* message, int timeout,
« no previous file with comments | « chrome/test/automation/automation.scons ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698