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

Unified Diff: webkit/forms/form_field.h

Issue 9600038: Add Password Autofill Manager to New Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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: webkit/forms/form_field.h
diff --git a/webkit/forms/form_field.h b/webkit/forms/form_field.h
index d1b17c0bc7c889485cb565fcd1292aa058b6b16d..eee10059dce42b2c6b5771bfd7baa96297e4b925 100644
--- a/webkit/forms/form_field.h
+++ b/webkit/forms/form_field.h
@@ -25,6 +25,7 @@ struct WEBKIT_FORMS_EXPORT FormField {
// ids.
bool operator==(const FormField& field) const;
bool operator!=(const FormField& field) const;
+ bool operator<(const FormField& field) const;
csharp 2012/03/06 16:09:23 Not sure how best to deal with this. Using the map
Ilya Sherman 2012/03/06 20:32:44 This seems fine, but please add a comment that thi
csharp 2012/03/07 15:49:16 Done.
string16 label;
string16 name;

Powered by Google App Engine
This is Rietveld 408576698