| Index: content/renderer/pepper/pepper_flash_host.cc
|
| diff --git a/content/renderer/pepper/pepper_flash_host.cc b/content/renderer/pepper/pepper_flash_host.cc
|
| deleted file mode 100644
|
| index c4468b62f04f27ea5bd3fe5918c6cc943162f6da..0000000000000000000000000000000000000000
|
| --- a/content/renderer/pepper/pepper_flash_host.cc
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright (c) 2012 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 "content/renderer/pepper/pepper_flash_host.h"
|
| -
|
| -#include "content/public/renderer/renderer_ppapi_host.h"
|
| -#include "ppapi/c/pp_errors.h"
|
| -
|
| -namespace content {
|
| -
|
| -PepperFlashHost::PepperFlashHost(
|
| - RendererPpapiHost* host,
|
| - PP_Instance instance,
|
| - PP_Resource resource)
|
| - : ResourceHost(host->GetPpapiHost(), instance, resource) {
|
| -}
|
| -
|
| -PepperFlashHost::~PepperFlashHost() {
|
| -}
|
| -
|
| -int32_t PepperFlashHost::OnResourceMessageReceived(
|
| - const IPC::Message& msg,
|
| - ppapi::host::HostMessageContext* context) {
|
| - return PP_ERROR_FAILED;
|
| -}
|
| -} // namespace content
|
|
|