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 bb27e539d850002e674b6d0b5cf57fd65ce32d64..c0d1bc4468bb1efb81f2dc6512d79a79c334463d 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -437,8 +437,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
// 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_; |
+ // Ignore the URL dragged into guest that is coming from guest. |
+ bool ignore_dragged_url_; |
// This is a queue of messages that are destined to be sent to the embedder |
// once the guest is attached to a particular embedder. |