|
- Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value of the new content settings type AUTO-SELECT-CERTIFICATE is CONTENT_SETTING_ASK
- Add a policy for whitelisting origins for which client certificates should be auto selected.
- Add a policy to set a default setting for the auto select certificates setting.
BUG= 81825
TEST=host_content_settings_map_unittest.cc,
content_settings_policy_provider_unit_test.cc,
configuration_policy_pref_store_unittest.cc
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98026
Total comments: 49
Total comments: 4
Total comments: 20
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+262 lines, -32 lines) |
Patch |
|
M |
chrome/app/policy/policy_templates.json
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/content_settings/content_settings_policy_provider.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+50 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/content_settings/content_settings_pref_provider.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/policy/configuration_policy_pref_store.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_ssl_helper.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options/content_settings_handler.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/content_settings_types.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/mock_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/mock_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/ssl/ssl_client_auth_handler.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/ssl/ssl_client_auth_handler.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|