| Index: chrome/browser/extensions/api/browsing_data/browsing_data_api.cc
|
| diff --git a/chrome/browser/extensions/api/browsing_data/browsing_data_api.cc b/chrome/browser/extensions/api/browsing_data/browsing_data_api.cc
|
| index 7545871d7cab621fbf04a3863b1158e8dba414f9..dfe8c700c5436dc6bf0a69ddeca3f9351e392273 100644
|
| --- a/chrome/browser/extensions/api/browsing_data/browsing_data_api.cc
|
| +++ b/chrome/browser/extensions/api/browsing_data/browsing_data_api.cc
|
| @@ -155,7 +155,7 @@ bool BrowsingDataExtensionFunction::RunImpl() {
|
|
|
| void BrowsingDataExtensionFunction::CheckRemovingPluginDataSupported(
|
| scoped_refptr<PluginPrefs> plugin_prefs) {
|
| - if (!PluginDataRemoverHelper::IsSupported(plugin_prefs))
|
| + if (!PluginDataRemoverHelper::IsSupported(plugin_prefs.get()))
|
| removal_mask_ &= ~BrowsingDataRemover::REMOVE_PLUGIN_DATA;
|
|
|
| BrowserThread::PostTask(
|
|
|