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

Unified Diff: chrome/common/form_data.h

Issue 11348273: [autofill] Fill in values on a successful run of interactive autocomplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jhawkins@ review Created 8 years, 1 month 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
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/common/form_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/form_data.h
diff --git a/chrome/common/form_data.h b/chrome/common/form_data.h
index fd987a83cf8713bb94b47b78fb36bb49387588e4..018c9f91584baddf2f0a579aed4df838a8336d0e 100644
--- a/chrome/common/form_data.h
+++ b/chrome/common/form_data.h
@@ -32,6 +32,7 @@ struct FormData {
// Used by FormStructureTest.
bool operator==(const FormData& form) const;
+ bool operator!=(const FormData& form) const;
};
#endif // CHROME_COMMON_FORM_DATA_H__
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/common/form_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698