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

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

Issue 2588323002: Revert "Remove Finch support for PasswordBranding" (Closed)
Patch Set: 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 c288a418371eac39f3ce3e92290b8f64e232a75b..ee7653034aa551d13f672d00cf8584e53e5e1ca3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java
@@ -142,6 +142,10 @@ public final class PasswordUIView {
return nativeGetAccountDashboardURL();
}
+ public static boolean shouldUseSmartLockBranding() {
+ return nativeShouldUseSmartLockBranding();
+ }
+
/**
* Destroy the native object.
*/
@@ -174,6 +178,8 @@ 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