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

Unified Diff: ipc/ipc_message.cc

Issue 362001: GTK: Properly convert task manager UI row to task manager model row.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: another leak fix Created 11 years, 1 month 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/browser/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.cc
===================================================================
--- ipc/ipc_message.cc (revision 30942)
+++ ipc/ipc_message.cc (working copy)
@@ -99,7 +99,7 @@
}
bool Message::ReadFileDescriptor(void** iter,
- base::FileDescriptor* descriptor) const {
+ base::FileDescriptor* descriptor) const {
int descriptor_index;
if (!ReadInt(iter, &descriptor_index))
return false;
« no previous file with comments | « chrome/browser/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698