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

Unified Diff: net/socket/socket_test_util.h

Issue 10680013: Remove unused fields found by clang's new Wunused-private-fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « ipc/ipc_sync_channel_unittest.cc ('k') | ppapi/examples/flash_topmost/flash_topmost.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index df542c9327b8380524a695f0bf9c6e8f16499643..431c4913c48ec2d6c546b26377df057c1bfa0385 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -785,7 +785,6 @@ class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {
SSLSocketDataProvider* data_;
bool is_npn_state_set_;
bool new_npn_value_;
- bool was_used_to_convey_data_;
bool is_protocol_negotiated_set_;
NextProto protocol_negotiated_;
};
« no previous file with comments | « ipc/ipc_sync_channel_unittest.cc ('k') | ppapi/examples/flash_topmost/flash_topmost.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698