| Index: net/base/connection_type_histograms.h
|
| diff --git a/net/base/connection_type_histograms.h b/net/base/connection_type_histograms.h
|
| index e3e4a8428a5135d3e8f068156103215963fe7bc0..a7ce8d0ad96fc8d3d633d0baa786ca053e4b7582 100644
|
| --- a/net/base/connection_type_histograms.h
|
| +++ b/net/base/connection_type_histograms.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -35,6 +35,8 @@ enum ConnectionType {
|
| CONNECTION_SSL_TLS1 = 11, // An SSL connection that uses TLS 1.0
|
| CONNECTION_SSL_TLS1_1 = 12, // An SSL connection that uses TLS 1.1
|
| CONNECTION_SSL_TLS1_2 = 13, // An SSL connection that uses TLS 1.2
|
| +
|
| + CONNECTION_TLS_PASSWORD_AUTH = 14, // A TLS connection that uses password auth
|
| NUM_OF_CONNECTION_TYPES
|
| };
|
|
|
|
|