Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: content/browser/plugin_data_remover_impl.cc

Issue 9019010: Replace DFATAL with ERROR in PluginDataRemover::OnError. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698