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); |