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

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

Issue 98753005: [Autofill] Sanitize all data that comes in over IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Loosen kMaxListSize a notch Created 6 years, 11 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/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 6f3f4d7067648993ba127a9c15084549406157d4..e399eb580044e3ab81d2cc31e9ee4a1ba6be3c51 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -93,9 +93,8 @@ class AutofillExternalDelegate
void Reset();
// Inform the Password Manager of a filled form.
- void AddPasswordFormMapping(
- const FormFieldData& form,
- const PasswordFormFillData& fill_data);
+ void AddPasswordFormMapping(const FormFieldData& username_field,
+ const PasswordFormFillData& fill_data);
protected:
base::WeakPtr<AutofillExternalDelegate> GetWeakPtr();

Powered by Google App Engine
This is Rietveld 408576698