Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a9902f41344727f3572bb9829e1efd0e8fff16ef..df3492da92d850c7ee6bce11ef20ae51e284a4b8 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -480,10 +480,6 @@ const char kEnablePanels[] = "enable-panels"; |
// 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.) |
const char kEnablePotentiallyAnnoyingSecurityFeatures[] = |