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

Unified Diff: net/base/connection_type_histograms.h

Issue 18063: Add a bucket in the connection type histograms for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « no previous file | net/base/connection_type_histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/connection_type_histograms.h
===================================================================
--- net/base/connection_type_histograms.h (revision 7967)
+++ net/base/connection_type_histograms.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 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.
@@ -23,6 +23,8 @@
// the certificate chain (excluding root)
CONNECTION_SSL_MD4 = 4, // An SSL connection with an MD4 certificate in
// the certificate chain (excluding root)
+ CONNECTION_SSL_MD5_CA = 5, // An SSL connection with an MD5 CA certificate
+ // in the certificate chain (excluding root)
NUM_OF_CONNECTION_TYPES
};
« no previous file with comments | « no previous file | net/base/connection_type_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698