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

Unified Diff: chrome/browser/android/password_ui_view_android.cc

Issue 1396403004: Remove dependency on Finch experiment PasswordLinkInSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Java comment addressed Created 5 years, 2 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/android/password_ui_view_android.cc
diff --git a/chrome/browser/android/password_ui_view_android.cc b/chrome/browser/android/password_ui_view_android.cc
index f851e94db99c69054b0bedee26ea7992af76d68c..89cce7c736b0a63ada9cd046e9217614e3348bda 100644
--- a/chrome/browser/android/password_ui_view_android.cc
+++ b/chrome/browser/android/password_ui_view_android.cc
@@ -117,11 +117,6 @@ ScopedJavaLocalRef<jstring> GetAccountDashboardURL(
chrome::kPasswordManagerAccountDashboardURL);
}
-static jboolean ShouldDisplayManageAccountLink(JNIEnv* env,
- const JavaParamRef<jclass>&) {
- return password_manager::ManageAccountLinkExperimentEnabled();
-}
-
static jboolean ShouldUseSmartLockBranding(JNIEnv* env,
const JavaParamRef<jclass>&) {
const ProfileSyncService* sync_service =

Powered by Google App Engine
This is Rietveld 408576698