Fix trace_tests.py when showing output. (r=jorendorff)
[mozilla-central.git] / dom / plugins / PStreamNotify.ipdl
blob3b1772cf1691925f69a7841c2f9e77eafcb9589e
1 /* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
3 include protocol PPluginInstance;
5 include "npapi.h";
7 using NPReason;
9 namespace mozilla {
10 namespace plugins {
12 /**
13  * This empty protocol exists only to be constructed and destroyed.
14  */
15 rpc protocol PStreamNotify
17   manager PPluginInstance;
19 child:
20   /**
21    * Represents NPP_URLNotify
22    */
23   async __delete__(NPReason reason);
26 } // namespace plugins
27 } // namespace mozilla