summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_server_stream.h
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 07:56:52 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 07:56:52 +0000
commitb99c0fc3ca39124354cb9a61a2a260db30c00de0 (patch)
treeb1de63774a7b6198e2832bf73f1ded56446ee29b /net/quic/quic_crypto_server_stream.h
parentc173e5a00b1e46f6f53a88baff946444ee00341d (diff)
downloadchromium_src-b99c0fc3ca39124354cb9a61a2a260db30c00de0.zip
chromium_src-b99c0fc3ca39124354cb9a61a2a260db30c00de0.tar.gz
chromium_src-b99c0fc3ca39124354cb9a61a2a260db30c00de0.tar.bz2
Added DISALLOW_COPY_AND_ASSIGN to disable copy/assign.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Copy_Constructors#Copy_Constructors Sorry for missing this before while merging. jar pointed to the above link on Friday and learned from him it is safer to add the above macro whereever possible. Didn't touch .cc files (or *test.cc). These changes are in internal CL: 65311983 Merge internal change: 65311983 R=rch@chromium.org Review URL: https://codereview.chromium.org/242643009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_crypto_server_stream.h')
-rw-r--r--net/quic/quic_crypto_server_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h
index 546c3bd..42dc210 100644
--- a/net/quic/quic_crypto_server_stream.h
+++ b/net/quic/quic_crypto_server_stream.h
@@ -83,6 +83,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
// FinishProcessingHandshakeMessage for processing. NULL if no
// handshake message is being validated.
ValidateCallback* validate_client_hello_cb_;
+
+ DISALLOW_COPY_AND_ASSIGN(QuicCryptoServerStream);
};
} // namespace net