|
Adding --disable-plugins-discovery command line switch to not load third-party plugins from common locations.
When --disable-plugins-discovery switch is set, any built-in plugins are still loaded as well as third-party ones that are explicitly requested with --extra-plugin-dir or --load-plugin switches. No other plugins are loaded.
Switch is effective on posix, mac and win platforms.
BUG= 239325
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205850
Total comments: 24
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+55 lines, -15 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_service_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list_mac.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list_posix.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list_win.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|