| Index: net/quic/crypto/channel_id.cc
|
| diff --git a/net/quic/crypto/channel_id.cc b/net/quic/crypto/channel_id.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b878f693f10ac7c9af72b94d1cf6d2d138e83011
|
| --- /dev/null
|
| +++ b/net/quic/crypto/channel_id.cc
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "net/quic/crypto/channel_id.h"
|
| +
|
| +namespace net {
|
| +
|
| +// static
|
| +const char ChannelIDVerifier::kContextStr[] = "QUIC ChannelID";
|
| +// static
|
| +const char ChannelIDVerifier::kClientToServerStr[] = "client -> server";
|
| +
|
| +} // namespace net
|
|
|