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

Unified Diff: components/autofill/content/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: 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/content/renderer/password_autofill_agent.h
diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
index e35576f65c62ced42e66ab3db41562dae5e91de2..f34372a2cfaf742ce984ce30f6aa89a139fff387 100644
--- a/components/autofill/content/renderer/password_autofill_agent.h
+++ b/components/autofill/content/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