| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index cb41f92338288686a634dbb5233e68d73676bb85..efc37c742cc96fad8c3144649c52c2124fa103af 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -199,9 +199,6 @@ const char kDisablePepper3d[] = "disable-pepper-3d";
|
| // Disables compositor-accelerated touch-screen pinch gestures.
|
| const char kDisablePinch[] = "disable-pinch";
|
|
|
| -// Prevent plugins from running.
|
| -const char kDisablePlugins[] = "disable-plugins";
|
| -
|
| // Disable discovering third-party plug-ins. Effectively loading only
|
| // ones shipped with the browser plus third-party ones as specified by
|
| // --extra-plugin-dir and --load-plugin switches.
|
|
|