summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_data_remover_impl.cc
diff options
context:
space:
mode:
authorivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 13:44:34 +0000
committerivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 13:44:34 +0000
commit791ce4ac8da202ac56ceca97253e83a16ee27cb4 (patch)
tree89341868d036089ca2bed6da8e1b4b7934015265 /content/browser/plugin_data_remover_impl.cc
parentf51138b1061bf63c89306efa6fbbaf6addb5e8e5 (diff)
downloadchromium_src-791ce4ac8da202ac56ceca97253e83a16ee27cb4.zip
chromium_src-791ce4ac8da202ac56ceca97253e83a16ee27cb4.tar.gz
chromium_src-791ce4ac8da202ac56ceca97253e83a16ee27cb4.tar.bz2
Replace DFATAL with ERROR in PluginDataRemover::OnError.
It was failing regularly with Chrome OS build on the Login screen. TBR=jam@chromium.org BUG=None TEST=Manual: no DCHECK when click 'Add user', 'Cancel' and 'Add user' again on the Login screen. Review URL: http://codereview.chromium.org/9019010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_data_remover_impl.cc')
-rw-r--r--content/browser/plugin_data_remover_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
index f613675..2340a78 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();