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

Unified Diff: components/autofill/renderer/password_autofill_agent.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: Updated regexp, sanitized result, escaped form domain and added comments. 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/renderer/password_autofill_agent.h
diff --git a/components/autofill/renderer/password_autofill_agent.h b/components/autofill/renderer/password_autofill_agent.h
index 62354f9c086e5daa8e3f4a9749a2e2e6a65423e2..0ccc019dbf38e256e3d90381da0dd962bffc98f6 100644
--- a/components/autofill/renderer/password_autofill_agent.h
+++ b/components/autofill/renderer/password_autofill_agent.h
@@ -89,7 +89,8 @@ class PasswordAutofillAgent : public content::RenderViewObserver {
void GetSuggestions(const PasswordFormFillData& fill_data,
const base::string16& input,
- std::vector<base::string16>* suggestions);
+ std::vector<base::string16>* suggestions,
+ std::vector<base::string16>* realms);
bool ShowSuggestionPopup(const PasswordFormFillData& fill_data,
const WebKit::WebInputElement& user_input);

Powered by Google App Engine
This is Rietveld 408576698