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

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

Issue 1142923002: Add a "Save password" item to the context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 54b48c20815d8d8e7106176c84d30a7bd72f2bcc..57e5ff4e1d1a3c8997903adc931d8fdf0c24cc6c 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -31,7 +31,8 @@ ContextMenuParams::ContextMenuParams()
blink::WebContextMenuData::CheckableMenuItemEnabled),
edit_flags(0),
referrer_policy(blink::WebReferrerPolicyDefault),
- source_type(ui::MENU_SOURCE_NONE) {
+ source_type(ui::MENU_SOURCE_NONE),
+ is_password_field(false) {
}
ContextMenuParams::~ContextMenuParams() {

Powered by Google App Engine
This is Rietveld 408576698