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

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

Issue 10382025: Revert 135525 - Add a first-class off-store install UI to chrome://extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « content/browser/web_contents/web_contents_view_gtk.cc ('k') | content/public/browser/web_contents_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_drag_dest_gtk.h
===================================================================
--- content/browser/web_contents/web_drag_dest_gtk.h (revision 135527)
+++ content/browser/web_contents/web_drag_dest_gtk.h (working copy)
@@ -29,8 +29,6 @@
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);
« no previous file with comments | « content/browser/web_contents/web_contents_view_gtk.cc ('k') | content/public/browser/web_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698