Index: chrome/browser/ui/gtk/location_bar_view_gtk.h |
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h |
index 4532c5a5a311c05738322244efa9def972aa56c1..2502e606f33cfbe81cc4ce0a152a335aaef0afd3 100644 |
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h |
@@ -539,6 +539,10 @@ class LocationBarViewGtk : public OmniboxEditController, |
// Used to change the visibility of the star decoration. |
BooleanPrefMember edit_bookmarks_enabled_; |
+ // Used to remember the URL and title text when drag&drop has begun. |
+ GURL drag_url_; |
+ string16 drag_title_; |
+ |
DISALLOW_COPY_AND_ASSIGN(LocationBarViewGtk); |
}; |