| Index: chrome/browser/plugins/plugin_status_pref_setter.cc
|
| diff --git a/chrome/browser/plugins/plugin_status_pref_setter.cc b/chrome/browser/plugins/plugin_status_pref_setter.cc
|
| index 990084f51cafd24907ea65da1788b21c73a2e97e..8e59996f0bb39543c54d49715229b68838c0a77d 100644
|
| --- a/chrome/browser/plugins/plugin_status_pref_setter.cc
|
| +++ b/chrome/browser/plugins/plugin_status_pref_setter.cc
|
| @@ -60,7 +60,7 @@ void PluginStatusPrefSetter::StartUpdate() {
|
| void PluginStatusPrefSetter::GotPlugins(
|
| scoped_refptr<PluginPrefs> plugin_prefs,
|
| const std::vector<content::WebPluginInfo>& plugins) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| // Set the values on the PrefService instead of through the PrefMembers to
|
| // notify observers if they changed.
|
| profile_->GetPrefs()->SetBoolean(
|
|
|