| Index: chrome/browser/plugin_service.cc
|
| diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc
|
| index fd52a1cd6dee2bce24f1a55605e37b6f64d9633a..83c188c96df336fc2d0cea1893470a1433ce164e 100644
|
| --- a/chrome/browser/plugin_service.cc
|
| +++ b/chrome/browser/plugin_service.cc
|
| @@ -65,7 +65,7 @@ void PluginService::InitGlobalInstance(Profile* profile) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| // We first group the plugins and then figure out which groups to disable.
|
| - PluginUpdater::GetPluginUpdater()->DisablePluginGroupsFromPrefs(profile);
|
| + PluginUpdater::GetInstance()->DisablePluginGroupsFromPrefs(profile);
|
|
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableOutdatedPlugins)) {
|
|
|