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

Side by Side Diff: net/base/ssl_config_service.cc

Issue 43079: NO CODE CHANGE (Closed)
Patch Set: Created 11 years, 9 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 unified diff | Download patch
« no previous file with comments | « net/base/ssl_config_service.h ('k') | net/base/ssl_config_service_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/base/ssl_config_service.h" 5 #include "net/base/ssl_config_service.h"
6 6
7 #include "base/registry.h" 7 #include "base/registry.h"
8 8
9 using base::TimeDelta; 9 using base::TimeDelta;
10 using base::TimeTicks; 10 using base::TimeTicks;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 value &= ~SSL2; 98 value &= ~SSL2;
99 internet_settings.WriteValue(kProtocolsValueName, value); 99 internet_settings.WriteValue(kProtocolsValueName, value);
100 } 100 }
101 101
102 void SSLConfigService::UpdateConfig(TimeTicks now) { 102 void SSLConfigService::UpdateConfig(TimeTicks now) {
103 GetSSLConfigNow(&config_info_); 103 GetSSLConfigNow(&config_info_);
104 config_time_ = now; 104 config_time_ = now;
105 } 105 }
106 106
107 } // namespace net 107 } // namespace net
108
OLDNEW
« no previous file with comments | « net/base/ssl_config_service.h ('k') | net/base/ssl_config_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698