| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 8808c4b433802686c6954d17ceee5e5c722e32d0..81ef427fab74f5c0dd33a631d4f12094f08eceea 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -64,8 +64,7 @@ struct PluginServiceFilterParams {
|
| };
|
|
|
| class CONTENT_EXPORT PluginServiceImpl
|
| - : NON_EXPORTED_BASE(public PluginService),
|
| - public base::WaitableEventWatcher::Delegate {
|
| + : NON_EXPORTED_BASE(public PluginService) {
|
| public:
|
| // Returns the PluginServiceImpl singleton.
|
| static PluginServiceImpl* GetInstance();
|
| @@ -157,9 +156,7 @@ class CONTENT_EXPORT PluginServiceImpl
|
| PluginServiceImpl();
|
| virtual ~PluginServiceImpl();
|
|
|
| - // base::WaitableEventWatcher::Delegate implementation.
|
| - virtual void OnWaitableEventSignaled(
|
| - base::WaitableEvent* waitable_event) OVERRIDE;
|
| + void OnWaitableEventSignaled(base::WaitableEvent* waitable_event);
|
|
|
| // Returns the plugin process host corresponding to the plugin process that
|
| // has been started by this service. Returns NULL if no process has been
|
|
|