| Index: content/public/common/drop_data.h
|
| diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
|
| index fce6db13774f772181d135a12c452ff553f58699..751b6400ed2ffc60196dd4472db3dec110849bd3 100644
|
| --- a/content/public/common/drop_data.h
|
| +++ b/content/public/common/drop_data.h
|
| @@ -42,6 +42,7 @@ struct CONTENT_EXPORT DropData {
|
| // User is dragging a link into the webview.
|
| GURL url;
|
| base::string16 url_title; // The title associated with |url|.
|
| + bool has_url;
|
|
|
| // User is dragging a link out-of the webview.
|
| base::string16 download_metadata;
|
|
|