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

Unified Diff: chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc

Issue 2727813006: Create ChromeAutofillClient in SimpleWebViewDialog
Patch Set: fixes Created 3 years, 10 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: chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
index ec4cdc7f2b06f66d80fb5f485a168fd90abeb00a..e0c97ede9043e832e3acb6879d50eb0d2f3c061b 100644
--- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
@@ -156,6 +156,7 @@ void SimpleWebViewDialog::StartLoad(const GURL& url) {
DCHECK(web_contents);
// Create the password manager that is needed for the proxy.
+ autofill::ChromeAutofillClient::CreateForWebContents(web_contents);
meacer 2017/03/06 21:10:23 On closer look, I think this fix is incomplete. It
ChromePasswordManagerClient::CreateForWebContentsWithAutofillClient(
web_contents,
autofill::ChromeAutofillClient::FromWebContents(web_contents));

Powered by Google App Engine
This is Rietveld 408576698