Index: public/web/WebContextMenuData.h |
diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h |
index 66e4d802b6a683fbf19f663e1570020c476fb572..a642c3aaeeae6e41e08301319d6651a0607124ef 100644 |
--- a/public/web/WebContextMenuData.h |
+++ b/public/web/WebContextMenuData.h |
@@ -78,6 +78,10 @@ struct WebContextMenuData { |
// Whether the image in context is a null. |
bool hasImageContents; |
+ // If |media_type| is MediaTypeImage and |has_image_contents| is true, then |
+ // this contains the image Chrome Proxy response header. |
+ std::string imageChromeProxyResponseHeader; |
+ |
// The absolute URL of the page in context. |
WebURL pageURL; |