Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 44630613f35e1adaa7d80a509f0579642d69498f..18a69859839723531e36c8da6f12e26ec96eff8c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -351,10 +351,6 @@ const char kEnableAccessibilityLogging[] = "enable-accessibility-logging"; |
// Use a BeginFrame signal from browser to renderer to schedule rendering. |
const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling"; |
-// Enables browser plugin for all types of pages. |
-const char kEnableBrowserPluginForAllViewTypes[] = |
- "enable-browser-plugin-for-all-view-types"; |
- |
// Enable the creation of compositing layers for fixed position |
// elements. Three options are needed to support four possible scenarios: |
// 1. Default (disabled) |