Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7030)

Unified Diff: chrome/browser/tab_contents/tab_contents_view_mac.h

Issue 8430013: Split Mac WebDropTarget into two, content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed commented out code Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698