| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index df3492da92d850c7ee6bce11ef20ae51e284a4b8..a9902f41344727f3572bb9829e1efd0e8fff16ef 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -479,6 +479,10 @@
|
|
|
| // Enable the new material UI - requires out of process PDF plugin.
|
| const char kEnablePdfMaterialUI[] = "enable-pdf-material-ui";
|
| +
|
| +// Enables presenting plugin placeholder content as shadow DOM.
|
| +const char kEnablePluginPlaceholderShadowDom[] =
|
| + "enable-plugin-placeholder-shadow-dom";
|
|
|
| // Enables a number of potentially annoying security features (strict mixed
|
| // content mode, powerful feature restrictions, etc.)
|
|
|