| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 78430dd1d7d17c3a2f2c9d48af13ea488c14da87..191da3718591cb61f5e52b9d184037d24e4f4d93 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -996,6 +996,9 @@ const char kDisableVideoAndChat[] = "disable_video_chat";
|
| // Whether Extensions are enabled.
|
| const char kDisableExtensions[] = "extensions.disabled";
|
|
|
| +// Whether the plugin finder in the default plugin is enabled.
|
| +const char kDisablePluginFinder[] = "plugins.disable_plugin_finder";
|
| +
|
| // Integer boolean representing the width (in pixels) of the container for
|
| // browser actions.
|
| const char kBrowserActionContainerWidth[] =
|
|
|