Index: content/renderer/pepper/pepper_broker.h |
=================================================================== |
--- content/renderer/pepper/pepper_broker.h (revision 215720) |
+++ content/renderer/pepper/pepper_broker.h (working copy) |
@@ -24,7 +24,6 @@ |
namespace content { |
-class PepperHelperImpl; |
class PluginModule; |
// This object is NOT thread-safe. |
@@ -46,7 +45,7 @@ |
class PepperBroker : public base::RefCountedThreadSafe<PepperBroker>{ |
public: |
- PepperBroker(PluginModule* plugin_module, PepperHelperImpl* helper); |
+ explicit PepperBroker(PluginModule* plugin_module); |
// Decrements the references to the broker. |
// When there are no more references, this renderer's dispatcher is |
@@ -97,8 +96,6 @@ |
// Always set and cleared at the same time as the module's pointer to this. |
PluginModule* plugin_module_; |
- base::WeakPtr<PepperHelperImpl> helper_; |
- |
DISALLOW_COPY_AND_ASSIGN(PepperBroker); |
}; |