Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 0352c3b9e95d85058d3b46b2d987fee7126edd45..5376174b9b7cd65d0579b5098afaffe1bf218cba 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -396,6 +396,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestSizer, |
// Whether or not our embedder has seen a DragSourceEndedAt() call. |
bool seen_embedder_drag_source_ended_at_; |
+ // Indicates the URL dragged into the guest if any. |
+ GURL dragged_url_; |
+ |
// Guests generate frames and send a CompositorFrameSwapped (CFS) message |
// indicating the next frame is ready to be positioned and composited. |
// Subsequent frames are not generated until the IPC is ACKed. We would like |