| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 934c107a99d24eece3f4ec374deb9f8f9c794af2..f2afae6662130639a92e52c4955cceadc55bc10b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -949,10 +949,10 @@ const char kPluginsAllowOutdated[] = "plugins.allow_outdated";
|
| const char kPluginsAlwaysAuthorize[] = "plugins.always_authorize";
|
|
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| -// Dictionary holding plug-ins metadata.
|
| +// Dictionary holding plugins metadata.
|
| const char kPluginsMetadata[] = "plugins.metadata";
|
|
|
| -// Last update time of plug-ins resource cache.
|
| +// Last update time of plugins resource cache.
|
| const char kPluginsResourceCacheUpdate[] = "plugins.resource_cache_update";
|
| #endif
|
|
|
| @@ -1519,7 +1519,7 @@ const char kDisableVideoAndChat[] = "disable_video_chat";
|
| // Whether Extensions are enabled.
|
| const char kDisableExtensions[] = "extensions.disabled";
|
|
|
| -// Whether the plugin finder that lets you install missing plug-ins is enabled.
|
| +// Whether the plugin finder that lets you install missing plugins is enabled.
|
| const char kDisablePluginFinder[] = "plugins.disable_plugin_finder";
|
|
|
| // Customized app page names that appear on the New Tab Page.
|
|
|