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

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

Issue 208393015: Revert "Remove desktop auto-login since we don't plan on shipping it there. Refactor the base and … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('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/infobar/AutoLoginDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDelegate.java
index bead036d8e8238852dfc624e8240d78e7b4e9062..6bcd00a9b39618e643a879c43eafdf2154ae896e 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDelegate.java
@@ -10,7 +10,7 @@ import android.util.Pair;
import org.chromium.base.CalledByNative;
/**
- * Java equivalent of the C++ AutoLoginDelegate.
+ * Java equivalent of the C++ AutoLoginDelegateAndroid.
*
* Offers functionality to log in using the account in the system and keeps track
* of all the native autologin infobars and their respective accounts.
@@ -95,8 +95,8 @@ public class AutoLoginDelegate {
}
}
- private native void nativeLoginSuccess(long nativeAutoLoginInfoBarDelegate,
+ private native void nativeLoginSuccess(long nativeAutoLoginInfoBarDelegateAndroid,
String result);
- private native void nativeLoginFailed(long nativeAutoLoginInfoBarDelegate);
- private native void nativeLoginDismiss(long nativeAutoLoginInfoBarDelegate);
+ private native void nativeLoginFailed(long nativeAutoLoginInfoBarDelegateAndroid);
+ private native void nativeLoginDismiss(long nativeAutoLoginInfoBarDelegateAndroid);
}
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698