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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.cc

Issue 2274913002: Turning on change password form support in Password Manager on Android by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index 7962b97d5580f4fe5fd0159b77c804cffe1c99af..9c80ec34a18703d0381e6cd6aeb23a336f9ffbbe 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -555,12 +555,7 @@ void ChromePasswordManagerClient::GenerationAvailableForForm(
}
bool ChromePasswordManagerClient::IsUpdatePasswordUIEnabled() const {
-#if BUILDFLAG(ANDROID_JAVA_UI)
- return base::FeatureList::IsEnabled(
- password_manager::features::kEnablePasswordChangeSupport);
-#else
return true;
-#endif
}
const GURL& ChromePasswordManagerClient::GetMainFrameURL() const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698