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..53a76de75a1f9ff9df35e4475f096b6acd61f90e 100644 |
--- a/content/public/common/drop_data.h |
+++ b/content/public/common/drop_data.h |
@@ -75,6 +75,12 @@ struct CONTENT_EXPORT DropData { |
std::string file_contents; |
std::map<base::string16, base::string16> custom_data; |
+ |
+ // The key-modifiers present for this update, included here so BrowserPlugin |
+ // can forward them to the guest renderer. |
+ // TODO(wjmaclean): This can probably be removed when BrowserPlugin goes |
+ // away, https://crbug.com/533069. |
+ int key_modifiers; |
}; |
} // namespace content |