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

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

Issue 15660018: [autofill] Add support for PSL domain matching for password autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed test expectation to match intention and comment 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/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 9daa9be26a7d2bff9f9d68ed1ada1c447ac54982..7dde4e400e65869bad1653236e9bd5dfd9db0ae7 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -81,6 +81,7 @@ class AutofillExternalDelegate
// Show password suggestions in the popup.
void OnShowPasswordSuggestions(const std::vector<base::string16>& suggestions,
+ const std::vector<base::string16>& realms,
const FormFieldData& field,
const gfx::RectF& bounds);

Powered by Google App Engine
This is Rietveld 408576698