Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1907)

Unified Diff: content/public/common/context_menu_params.cc

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index bfb5430c10cd28459c5c2b21f22ecc1654ddae89..bd45d0280dc49144593a9477b9b74651b12b19cf 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -31,7 +31,8 @@ ContextMenuParams::ContextMenuParams()
edit_flags(0),
referrer_policy(blink::kWebReferrerPolicyDefault),
source_type(ui::MENU_SOURCE_NONE),
- input_field_type(blink::WebContextMenuData::kInputFieldTypeNone) {}
+ input_field_type(blink::WebContextMenuData::kInputFieldTypeNone),
+ from_touch(false) {}
ContextMenuParams::ContextMenuParams(const ContextMenuParams& other) = default;

Powered by Google App Engine
This is Rietveld 408576698