| Index: chrome/browser/plugins/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc
|
| index ad57001712095fa145d5296d8e832a7422919e71..b716a2af76ead5165f0e7ace5d2c08348970b337 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.cc
|
| +++ b/chrome/browser/plugins/plugin_prefs.cc
|
| @@ -590,7 +590,7 @@ void PluginPrefs::OnUpdatePreferences(
|
| }
|
|
|
| void PluginPrefs::NotifyPluginStatusChanged() {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,
|
| content::Source<Profile>(profile_),
|
|
|