summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/common/context_menu_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/common/context_menu_params.h')
-rw-r--r--chromium/content/public/common/context_menu_params.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/content/public/common/context_menu_params.h b/chromium/content/public/common/context_menu_params.h
index aca84e25351..ccef48ec2ca 100644
--- a/chromium/content/public/common/context_menu_params.h
+++ b/chromium/content/public/common/context_menu_params.h
@@ -88,9 +88,6 @@ struct CONTENT_EXPORT ContextMenuParams {
// This is the URL of the subframe that the context menu was invoked on.
GURL frame_url;
- // This is the ID of the subframe that the context menu was invoked on.
- int64 frame_id;
-
// This is the page state of the frame on which the context menu was invoked.
PageState frame_page_state;
@@ -115,9 +112,6 @@ struct CONTENT_EXPORT ContextMenuParams {
// and the misspelled_word is not empty.
std::vector<base::string16> dictionary_suggestions;
- // If editable, flag for whether node is speech-input enabled.
- bool speech_input_enabled;
-
// If editable, flag for whether spell check is enabled or not.
bool spellcheck_enabled;