| Index: content/browser/plugin_data_remover_impl.cc
|
| diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
|
| index f6136752963bd5333123af25d14aa916784353ac..2340a78abb1965cf53a24536e0954a07b27fe3f4 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -136,7 +136,7 @@ class PluginDataRemoverImpl::Context
|
| }
|
|
|
| virtual void OnError() OVERRIDE {
|
| - LOG(DFATAL) << "Couldn't open plugin channel";
|
| + LOG(ERROR) << "Couldn't open plugin channel";
|
| SignalDone();
|
| // Balancing the AddRef call.
|
| Release();
|
|
|