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