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

Unified Diff: content/browser/web_contents/web_contents_view_aura.h

Issue 10273030: Fix Bookmark manager DnD: WebDragDestinationDelegate was getting recreated with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 8 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
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_aura.h
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
index b2d239c6e915c038d70d6c5e645a6595a3f1025c..3ad4127ffb459fe69306e533d97c6d70407b4fa6 100644
--- a/content/browser/web_contents/web_contents_view_aura.h
+++ b/content/browser/web_contents/web_contents_view_aura.h
@@ -37,8 +37,6 @@ class CONTENT_EXPORT WebContentsViewAura
void EndDrag(WebKit::WebDragOperationsMask ops);
- content::WebDragDestDelegate* GetDragDestDelegate();
-
// Overridden from WebContentsView:
virtual void CreateView(const gfx::Size& initial_size) OVERRIDE;
virtual content::RenderWidgetHostView* CreateViewForWidget(
@@ -137,6 +135,8 @@ class CONTENT_EXPORT WebContentsViewAura
// has finished.
bool close_tab_after_drag_ends_;
+ content::WebDragDestDelegate* drag_dest_delegate_;
+
DISALLOW_COPY_AND_ASSIGN(WebContentsViewAura);
};
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698