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

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

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.h
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
index e45ad0a936f3ecceb3352979973e50c18ce134c8..f71d31a817f8739acffccef5d305cd9096a488d8 100644
--- a/content/public/common/context_menu_params.h
+++ b/content/public/common/context_menu_params.h
@@ -165,6 +165,9 @@ struct CONTENT_EXPORT ContextMenuParams {
gfx::Point selection_start;
gfx::Point selection_end;
#endif
+
+ // Whether this field is a password field.
+ bool is_password_field;
Mike West 2015/05/19 10:11:22 I would suggest turning this into an enum of possi
msramek 2015/05/19 12:39:48 Good idea. The current proposal expects right-clic
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698