diff options
Diffstat (limited to 'content/browser/plugin_service.h')
-rw-r--r-- | content/browser/plugin_service.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h index dcc9a8b..da93943 100644 --- a/content/browser/plugin_service.h +++ b/content/browser/plugin_service.h @@ -202,11 +202,13 @@ class CONTENT_EXPORT PluginService virtual ~PluginService(); // base::WaitableEventWatcher::Delegate implementation. - virtual void OnWaitableEventSignaled(base::WaitableEvent* waitable_event); + virtual void OnWaitableEventSignaled( + base::WaitableEvent* waitable_event) OVERRIDE; // content::NotificationObserver implementation - virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + virtual void Observe(int type, + const content::NotificationSource& source, + const content::NotificationDetails& details) OVERRIDE; void RegisterPepperPlugins(); |