| 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 8c0f4bf2ef863adcfd3ea08308f66559c5d7f21f..d4a72c1935b2cb602606fbc276a489c9e844d5f7 100644
|
| --- a/chrome/browser/android/password_ui_view_android.cc
|
| +++ b/chrome/browser/android/password_ui_view_android.cc
|
| @@ -149,14 +149,6 @@ ScopedJavaLocalRef<jstring> GetAccountDashboardURL(
|
| env, password_manager::kPasswordManagerAccountDashboardURL);
|
| }
|
|
|
| -static jboolean ShouldUseSmartLockBranding(JNIEnv* env,
|
| - const JavaParamRef<jclass>&) {
|
| - const browser_sync::ProfileSyncService* sync_service =
|
| - ProfileSyncServiceFactory::GetForProfile(
|
| - ProfileManager::GetLastUsedProfile());
|
| - return password_bubble_experiment::IsSmartLockBrandingEnabled(sync_service);
|
| -}
|
| -
|
| // static
|
| static jlong Init(JNIEnv* env, const JavaParamRef<jobject>& obj) {
|
| PasswordUIViewAndroid* controller = new PasswordUIViewAndroid(env, obj);
|
|
|