diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 12:50:27 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 12:50:27 +0000 |
commit | 932b7a1c10095c90986bf5bc2e78ebc18d415c26 (patch) | |
tree | bfa8a3cb5f4f733ee7229913a05092120dc17063 /webkit/glue/context_menu.h | |
parent | 87353134136c71d0135731e658a6a2b40057e0e2 (diff) | |
download | chromium_src-932b7a1c10095c90986bf5bc2e78ebc18d415c26.zip chromium_src-932b7a1c10095c90986bf5bc2e78ebc18d415c26.tar.gz chromium_src-932b7a1c10095c90986bf5bc2e78ebc18d415c26.tar.bz2 |
Make View frame source work for POST results.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6596015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77456 0039d316-1c4b-4281-b951-d872f2087c98
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; |