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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 7870008: Wait properly for renderer crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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: content/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index b6a510fcd0ef17278fde98a3987b6f24069c7082..d51c0bc45b91010c6411a23e64bdbfb3fbc2ca78 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -62,7 +62,7 @@ class GpuChannel : public IPC::Channel::Listener,
std::string GetChannelName();
#if defined(OS_POSIX)
- int GetRendererFileDescriptor();
+ int TakeRendererFileDescriptor();
#endif // defined(OS_POSIX)
base::ProcessHandle renderer_process() const {

Powered by Google App Engine
This is Rietveld 408576698