Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents_view_mac.h |
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.h b/chrome/browser/tab_contents/tab_contents_view_mac.h |
| index 4804d49b48dc59fddd722d500b9926023ed7a8b3..a0ac1e71f5ffdf34ff33a0b28e51021248e550d1 100644 |
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.h |
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.h |
| @@ -27,6 +27,7 @@ class RenderViewContextMenuMac; |
| @class SadTabController; |
| class SkBitmap; |
| class TabContentsViewMac; |
| +class WebDragBookmarkHandlerMac; |
| @class WebDragSource; |
| @class WebDropTarget; |
| namespace gfx { |
| @@ -38,6 +39,7 @@ class Point; |
| TabContentsViewMac* tabContentsView_; // WEAK; owns us |
| scoped_nsobject<WebDragSource> dragSource_; |
| scoped_nsobject<WebDropTarget> dropTarget_; |
| + scoped_ptr<WebDragBookmarkHandlerMac> bookmark_handler_; |
|
jochen (gone - plz use gerrit)
2011/11/01 15:16:07
nit. maybe rename the other variables for consiste
Avi (use Gerrit)
2011/11/01 16:01:06
Actually, this one is named wrong. Fixing.
|
| } |
| // Expose this, since sometimes one needs both the NSView and the TabContents. |