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

Unified Diff: components/autofill/core/common/form_data_predictions.h

Issue 18563002: Move SendAutofillTypePredictions() into AutofillDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years, 6 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: components/autofill/core/common/form_data_predictions.h
diff --git a/components/autofill/core/common/form_data_predictions.h b/components/autofill/core/common/form_data_predictions.h
index 6b6e90a08e4a3ded4c508ef84194358e629d3f38..80b04be16cbadb0ea3edb978d2a5a4d7c9e42e31 100644
--- a/components/autofill/core/common/form_data_predictions.h
+++ b/components/autofill/core/common/form_data_predictions.h
@@ -27,6 +27,10 @@ struct FormDataPredictions {
FormDataPredictions();
FormDataPredictions(const FormDataPredictions& other);
~FormDataPredictions();
+
+ // Added for the sake of testing.
+ bool operator==(const FormDataPredictions& predictions) const;
+ bool operator!=(const FormDataPredictions& predictions) const;
};
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.cc ('k') | components/autofill/core/common/form_data_predictions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698