Index: content/public/common/context_menu_params.h |
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h |
index 9fe170a0184e4b1f8a3ff62f705a4866d565759e..0ba819da2fb53dc99061d9282daccc469011421d 100644 |
--- a/content/public/common/context_menu_params.h |
+++ b/content/public/common/context_menu_params.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_PUBLIC_COMMON_CONTEXT_MENU_PARAMS_H_ |
#define CONTENT_PUBLIC_COMMON_CONTEXT_MENU_PARAMS_H_ |
+#include <map> |
#include <string> |
#include <vector> |
@@ -151,6 +152,9 @@ struct CONTENT_EXPORT ContextMenuParams { |
ui::MenuSourceType source_type; |
+ // Extra properties for the context menu. |
+ std::map<std::string, std::string> properties; |
+ |
#if defined(OS_ANDROID) |
// Points representing the coordinates in the document space of the start and |
// end of the selection, if there is one. |