| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 19b743304ab1bb93fe18559c0c394bfb6d730820..c6dcce6472ae472dc74dfd1d49a5fe85b399c86b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1000,6 +1000,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[] =
|
|
|