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

Unified Diff: components/autofill/browser/form_structure.h

Issue 16077005: [Autofill] Pass struct by const-reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | components/autofill/browser/form_structure.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/form_structure.h
diff --git a/components/autofill/browser/form_structure.h b/components/autofill/browser/form_structure.h
index 9372ce5ee0446cf923695e555f71cefac6031e6f..e6545600d7bf228f7d53120218b8cd54916719e6 100644
--- a/components/autofill/browser/form_structure.h
+++ b/components/autofill/browser/form_structure.h
@@ -202,7 +202,7 @@ class FormStructure {
bool IsAutocheckoutEnabled() const;
// Returns true if field should be skipped when talking to Autofill server.
- bool ShouldSkipField(const FormFieldData field) const;
+ bool ShouldSkipField(const FormFieldData& field) const;
// Returns the minimal number of fillable fields required to start autofill.
size_t RequiredFillableFields() const;
« no previous file with comments | « no previous file | components/autofill/browser/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698