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

Unified Diff: remoting/client/plugin/pepper_client_logger.cc

Issue 7262015: Conenct Chromoting plugin debug log to JS UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing host logging files Created 9 years, 6 months 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
Index: remoting/client/plugin/pepper_client_logger.cc
diff --git a/remoting/client/plugin/pepper_client_logger.cc b/remoting/client/plugin/pepper_client_logger.cc
index c2fab45ef8b1c972f2f6edb4c852523665f365cb..6862e63d35b3e744a3cb7c15b62e0666b31f81d2 100644
--- a/remoting/client/plugin/pepper_client_logger.cc
+++ b/remoting/client/plugin/pepper_client_logger.cc
@@ -21,10 +21,6 @@ PepperClientLogger::PepperClientLogger(ChromotingInstance* instance)
PepperClientLogger::~PepperClientLogger() {
}
-// Copied from base/logging.cc.
-const char* const log_severity_names[logging::LOG_NUM_SEVERITIES] = {
- "INFO", "WARNING", "ERROR", "ERROR_REPORT", "FATAL" };
-
void PepperClientLogger::va_Log(logging::LogSeverity severity,
const char* format, va_list ap) {
DCHECK(severity >= 0 && severity <= logging::LOG_NUM_SEVERITIES);

Powered by Google App Engine
This is Rietveld 408576698