| Index: ipc/ipc_channel_win.h
|
| diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
|
| index 2ea865ea178dc62ff8a567ede4be88a1a16a313b..8e36ea98cdc4f93648ace11d75a24a88405cf332 100644
|
| --- a/ipc/ipc_channel_win.h
|
| +++ b/ipc/ipc_channel_win.h
|
| @@ -121,9 +121,6 @@ class ChannelWin : public Channel,
|
| // Determines if we should validate a client's secret on connection.
|
| bool validate_client_;
|
|
|
| - // Tracks the lifetime of this object, for debugging purposes.
|
| - uint32_t debug_flags_;
|
| -
|
| // This is a unique per-channel value used to authenticate the client end of
|
| // a connection. If the value is non-zero, the client passes it in the hello
|
| // and the host validates. (We don't send the zero value fto preserve IPC
|
|
|