Chromium Code Reviews| Index: views/widget/widget_win.h |
| =================================================================== |
| --- views/widget/widget_win.h (revision 74437) |
| +++ views/widget/widget_win.h (working copy) |
| @@ -34,6 +34,7 @@ |
| namespace views { |
| +class CurrentMessageWatcher; |
| class DefaultThemeProvider; |
| class DropTargetWin; |
| class FocusSearch; |
| @@ -599,6 +600,9 @@ |
| ViewProps props_; |
| + // Keeps track of the current message. |
| + static CurrentMessageWatcher* message_watcher_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(WidgetWin); |
| }; |