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

Unified Diff: ipc/ipc_channel_win.h

Issue 427693004: IPC: Add more debug logic (crash tracking) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | ipc/ipc_channel_win.cc » ('j') | ipc/ipc_channel_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_win.h
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
index a6f234c72468b66e9f00cf090e6628b205a05c82..bb20950dd7cedc7a02c1924a7298c7fdda9b05b6 100644
--- a/ipc/ipc_channel_win.h
+++ b/ipc/ipc_channel_win.h
@@ -92,6 +92,9 @@ class ChannelWin : public Channel,
// Determines if we should validate a client's secret on connection.
bool validate_client_;
+ // True if there is a write in progress. TODO(rvargas): remove this.
+ bool writing_;
+
// Tracks the lifetime of this object, for debugging purposes.
int32 debug_flags_;
« no previous file with comments | « no previous file | ipc/ipc_channel_win.cc » ('j') | ipc/ipc_channel_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698