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

Unified Diff: android_webview/native/aw_contents.cc

Issue 17052008: [Autofill] Remove the "Disable native Autofill UI" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index 89c1cf9a33141dce6bcf7bc663d8a637fc994528..e333419a54cd8fcffb7b7a04a2dc7916969e8fed 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -205,8 +205,7 @@ void AwContents::InitAutofillIfNecessary(bool enabled) {
AwBrowserContext::FromWebContents(web_contents)->
CreateAutofillManagerDelegate(enabled),
l10n_util::GetDefaultLocale(),
- AutofillManager::DISABLE_AUTOFILL_DOWNLOAD_MANAGER,
- true);
+ AutofillManager::DISABLE_AUTOFILL_DOWNLOAD_MANAGER);
}
AwContents::~AwContents() {
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698