| 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
|
| deleted file mode 100644
|
| index 3e13c70ef2749a616d949ff571f77959d645c96d..0000000000000000000000000000000000000000
|
| --- a/remoting/client/plugin/pepper_client_logger.cc
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "remoting/client/plugin/pepper_client_logger.h"
|
| -
|
| -//#include <stdarg.h> // va_list
|
| -
|
| -//#include "base/logging.h"
|
| -#include "base/message_loop.h"
|
| -//#include "base/stringprintf.h"
|
| -#include "remoting/client/plugin/chromoting_instance.h"
|
| -
|
| -namespace remoting {
|
| -
|
| -PepperClientLogger::PepperClientLogger(ChromotingInstance* instance)
|
| - : instance_(instance) {
|
| - SetThread(MessageLoop::current());
|
| -}
|
| -
|
| -PepperClientLogger::~PepperClientLogger() {
|
| -}
|
| -
|
| -void PepperClientLogger::LogToUI(const std::string& message) {
|
| - instance_->GetScriptableObject()->LogDebugInfo(message);
|
| -}
|
| -
|
| -} // namespace remoting
|
|
|