From e52deec956c1e94323cc001d42cdb245cff539af Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Fri, 21 Aug 2009 19:48:39 +0000 Subject: Cleanups for SSLConfigService and SSLConfigServiceManager. Make SSLConfig.rev_checking_enable default to true (which also affects the defaults set by SSLConfigServicePref.) Add static SSLConfigService::CreateSystemSSLConfigService which creates a standalone SSLConfigService (either SSLConfigServiceWin or SSLConfigServiceDefaults.) Use CreateSystemSSLConfigService in fetch_client and test_shell_request_context. Merge SSLConfigServiceManagerWin and SSLConfigServiceManagerDefaults into SSLConfigServiceManagerSystem, which uses CreateSystemSSLConfigService. BUG=11507,19290 TEST=only visible change should be linux defaults to having rev checking option enabled. Review URL: http://codereview.chromium.org/173097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23998 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 52fe57b..0b44803 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1442,7 +1442,6 @@ 'browser/net/sdch_dictionary_fetcher.cc', 'browser/net/sdch_dictionary_fetcher.h', 'browser/net/ssl_config_service_manager.h', - 'browser/net/ssl_config_service_manager_win.cc', 'browser/net/url_fetcher.cc', 'browser/net/url_fetcher.h', 'browser/net/url_fetcher_protect.cc', @@ -2153,7 +2152,7 @@ 'browser/views/extensions/extension_view.h', ], 'sources': [ - 'browser/net/ssl_config_service_manager_defaults.cc', + 'browser/net/ssl_config_service_manager_system.cc', # Build the necessary GTM sources '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', @@ -2239,6 +2238,7 @@ '../views/views.gyp:views', ], 'sources': [ + 'browser/net/ssl_config_service_manager_system.cc', # Using built-in rule in vstudio for midl. 'browser/history/history_indexer.idl', ], -- cgit v1.1