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

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

Issue 10270031: Add a first-class off-store install UI to chrome://extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'lil jon says 'hwha?' 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
Index: content/browser/web_contents/web_drag_dest_gtk.h
diff --git a/content/browser/web_contents/web_drag_dest_gtk.h b/content/browser/web_contents/web_drag_dest_gtk.h
index 6eaa1045a33f6b2d620fe2f8c3cb0a7ab41e44e4..5082f31e2a8f698adc9c2d827a5f15362a6668d7 100644
--- a/content/browser/web_contents/web_drag_dest_gtk.h
+++ b/content/browser/web_contents/web_drag_dest_gtk.h
@@ -29,6 +29,8 @@ class CONTENT_EXPORT WebDragDestGtk {
WebDragDestGtk(WebContents* web_contents, GtkWidget* widget);
~WebDragDestGtk();
+ WebDropData* current_drop_data() const { return drop_data_.get(); }
+
// This is called when the renderer responds to a drag motion event. We must
// update the system drag cursor.
void UpdateDragStatus(WebKit::WebDragOperation operation);

Powered by Google App Engine
This is Rietveld 408576698