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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: More succinct 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java b/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
index ee7653034aa551d13f672d00cf8584e53e5e1ca3..c288a418371eac39f3ce3e92290b8f64e232a75b 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
@@ -142,10 +142,6 @@ public final class PasswordUIView {
return nativeGetAccountDashboardURL();
}
- public static boolean shouldUseSmartLockBranding() {
- return nativeShouldUseSmartLockBranding();
- }
-
/**
* Destroy the native object.
*/
@@ -178,8 +174,6 @@ public final class PasswordUIView {
private static native String nativeGetAccountDashboardURL();
- private static native boolean nativeShouldUseSmartLockBranding();
-
private native void nativeDestroy(long nativePasswordUIViewAndroid);
}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698