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

Unified Diff: ipc/ipc_channel_win.h

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698