| Index: chrome/browser/plugin_exceptions_table_model.cc
|
| diff --git a/chrome/browser/plugin_exceptions_table_model.cc b/chrome/browser/plugin_exceptions_table_model.cc
|
| index a2e532b24a3fcfec7f00c76ffb5ad2452f57866f..02500c17327c58c57cda6d0de19b8b4c2c0b2edc 100644
|
| --- a/chrome/browser/plugin_exceptions_table_model.cc
|
| +++ b/chrome/browser/plugin_exceptions_table_model.cc
|
| @@ -139,7 +139,7 @@ void PluginExceptionsTableModel::ClearSettings() {
|
|
|
| void PluginExceptionsTableModel::GetPlugins(
|
| std::vector<webkit::npapi::PluginGroup>* plugin_groups) {
|
| - webkit::npapi::PluginList::Singleton()->GetPluginGroups(false, plugin_groups);
|
| + PluginService::GetInstance()->GetCachedPluginGroups(plugin_groups);
|
| }
|
|
|
| void PluginExceptionsTableModel::LoadSettings() {
|
|
|