| Index: chrome/browser/android/signin/signin_manager_android.h
|
| diff --git a/chrome/browser/android/signin/signin_manager_android.h b/chrome/browser/android/signin/signin_manager_android.h
|
| index 876329a30c43bec32e15c90df74c8a833561de55..17c100053fa701c17e25e31141f9bfa78b2625f2 100644
|
| --- a/chrome/browser/android/signin/signin_manager_android.h
|
| +++ b/chrome/browser/android/signin/signin_manager_android.h
|
| @@ -42,12 +42,7 @@ class SigninManagerAndroid {
|
|
|
| // Indicates that the user has made the choice to sign-in. |username|
|
| // contains the email address of the account to use as primary.
|
| - // |accountIds| and |accoundNames| are two arrays of equal length: one
|
| - // containing strings of stable account ids and the other containing
|
| - // strings of account names (or emails). An account id corresponds
|
| - // with the account name at the same position in the array.
|
| - void OnSignInCompleted(JNIEnv* env, jobject obj, jstring username,
|
| - jobjectArray accountIds, jobjectArray accountNames);
|
| + void OnSignInCompleted(JNIEnv* env, jobject obj, jstring username);
|
|
|
| void SignOut(JNIEnv* env, jobject obj);
|
|
|
|
|