diff options
Diffstat (limited to 'webkit/glue/context_menu.h')
-rw-r--r-- | webkit/glue/context_menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h index 2f38807..45a91e8 100644 --- a/webkit/glue/context_menu.h +++ b/webkit/glue/context_menu.h @@ -64,6 +64,10 @@ struct ContextMenuParams { // This is the URL of the subframe that the context menu was invoked on. GURL frame_url; + // This is the history item state of the subframe that the context menu was + // invoked on. + std::string frame_content_state; + // These are the parameters for the media element that the context menu // was invoked on. int media_flags; |