|
Fixes the interactive default browser UX for policy setting
This was caused by relying on the default implementation of
IsInteractiveSetDefaultPermitted(). This CL also replace this
function with an explicit member variable.
BUG= 583317
Committed: https://crrev.com/8db6a8be4aaf1b158a6e7b10b4991d91ac69fa67
Cr-Commit-Position: refs/heads/master@{#374831}
Total comments: 6
Total comments: 10
Total comments: 5
Total comments: 1
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+108 lines, -102 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/protocol_handler_registry.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/protocol_handler_registry.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/external_protocol/external_protocol_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/shell_integration.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+38 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/shell_integration.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+19 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/apps/chrome_app_delegate.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/default_browser_prompt.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/browser_options_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/browser_options_handler.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/set_as_default_browser_ui.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/settings_default_browser_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/settings_default_browser_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
Total messages: 40 (17 generated)
|