| Index: content/public/common/drop_data.h
|
| diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
|
| index e589184b41f2f0442d065e91faf72d7bebff750b..fe07259b645c829b44e01954f9298a0792a02042 100644
|
| --- a/content/public/common/drop_data.h
|
| +++ b/content/public/common/drop_data.h
|
| @@ -41,6 +41,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;
|
|
|