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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 512993002: Remove dead code in Autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also switch non-const point to const ref Created 6 years, 4 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/core/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index 72454ed22bb4a9d355774c2213c8fcab3f2788c0..fafbbda4fce2fa2563187de228ac90ccd07725ed 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -255,7 +255,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
// Returns a list of values from the stored profiles that match |type| and the
// value of |field| and returns the labels of the matching profiles. |labels|
// is filled with the Profile label.
- void GetProfileSuggestions(FormStructure* form,
+ void GetProfileSuggestions(const FormStructure& form,
const FormFieldData& field,
const AutofillType& type,
std::vector<base::string16>* values,
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698