|
Wire experimental Flapper part two
Since the new pepper plugin can arrive later we needed a way to
integrate better with the webkit::PluginList, unfortunately there
is still value on the PepperPluginRegistry for development use
cases.
So this change adds new plugins to both the pepper plugin lists in
the browser (in PluginService) and the renderer (in PepperPluginRegistry)
on demand.
TEST=see bug
BUG= 89248
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97091
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -26 lines) |
Patch |
 |
M |
chrome/browser/component_updater/pepper_flash_component_installer.cc
|
View
|
1
2
3
|
6 chunks |
+69 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_service.cc
|
View
|
1
2
3
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/pepper_plugin_registry.h
|
View
|
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/pepper_plugin_registry.cc
|
View
|
1
2
3
|
3 chunks |
+37 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_plugin_delegate_impl.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_plugin_delegate_impl.cc
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/webplugininfo.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/webplugininfo.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|