Index: ppapi/api/private/ppb_proxy_private.idl |
diff --git a/ppapi/api/private/ppb_proxy_private.idl b/ppapi/api/private/ppb_proxy_private.idl |
deleted file mode 100644 |
index b455636f823164d9c01802ff36344934c2c2426a..0000000000000000000000000000000000000000 |
--- a/ppapi/api/private/ppb_proxy_private.idl |
+++ /dev/null |
@@ -1,17 +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. |
- */ |
- |
-/* Exposes functions needed by the out-of-process proxy to call into the |
- * renderer PPAPI implementation. |
- */ |
-interface PPB_Proxy_Private_0_2 { |
- /* Called when the given plugin process has crashed. */ |
- void PluginCrashed( |
- [in] PP_Module module); |
- |
- /* Returns the instance for the given resource, or 0 on failure. */ |
- PP_Instance GetInstanceForResource( |
- [in] PP_Resource resource); |
-}; |