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

Unified Diff: ppapi/api/private/ppb_proxy_private.idl

Issue 8930023: Rev the Flash interface to add new functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years 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: 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);
-};

Powered by Google App Engine
This is Rietveld 408576698