Chromium Code Reviews| Index: chrome/browser/renderer_host/render_widget_host_view_win.h |
| diff --git a/chrome/browser/renderer_host/render_widget_host_view_win.h b/chrome/browser/renderer_host/render_widget_host_view_win.h |
| index d90487c500460a2dc34a0a50de3f7132f5646442..8c74d8d657d7e27ce66ec16f7969439991824c50 100644 |
| --- a/chrome/browser/renderer_host/render_widget_host_view_win.h |
| +++ b/chrome/browser/renderer_host/render_widget_host_view_win.h |
| @@ -167,6 +167,8 @@ class RenderWidgetHostViewWin |
| virtual void OnAccessibilityNotifications( |
| const std::vector<ViewHostMsg_AccessibilityNotification_Params>& params); |
|
oshima
2011/05/25 17:18:18
ditto (line, OVERRIDE)
|
| + virtual void PpapiPluginFocusChanged(bool focused); |
| + |
| // Implementation of NotificationObserver: |
| virtual void Observe(NotificationType type, |
| const NotificationSource& source, |