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

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

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: Fix Android compilation and failed test Created 4 years 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 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);

Powered by Google App Engine
This is Rietveld 408576698