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

Unified Diff: chrome/browser/android/signin/signin_manager_android.h

Issue 1256283002: GAIA ID migration for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 3 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
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);

Powered by Google App Engine
This is Rietveld 408576698