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

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

Issue 7870008: Wait properly for renderer crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win? Created 9 years, 3 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
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.

Powered by Google App Engine
This is Rietveld 408576698