| Index: chrome/browser/tab_contents/tab_contents_view_win.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_win.h (revision 18306)
|
| +++ chrome/browser/tab_contents/tab_contents_view_win.h (working copy)
|
| @@ -10,11 +10,11 @@
|
| #include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "views/widget/widget_win.h"
|
|
|
| +class RenderViewContextMenuWin;
|
| class SadTabView;
|
| struct WebDropData;
|
| class WebDropTarget;
|
|
|
| -
|
| // Windows-specific implementation of the TabContentsView. It is a HWND that
|
| // contains all of the contents of the tab and associated child views.
|
| class TabContentsViewWin : public TabContentsView,
|
| @@ -101,6 +101,9 @@
|
| // The id used in the ViewStorage to store the last focused view.
|
| int last_focused_view_storage_id_;
|
|
|
| + // The context menu. Callbacks are asynchronous so we need to keep it around.
|
| + scoped_ptr<RenderViewContextMenuWin> context_menu_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TabContentsViewWin);
|
| };
|
|
|
|
|