Commit 0ecd24ee authored by nyquist@chromium.org's avatar nyquist@chromium.org

[sync] Remove the last usage of clientlogin for Android.

This CL removes the last usage of clientlogin tokens for 'chromiumsync'
on Android.

BUG=264503

Review URL: https://chromiumcodereview.appspot.com/23686014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223450 0039d316-1c4b-4281-b951-d872f2087c98
parent 04748180
......@@ -155,8 +155,7 @@ public class SyncTest extends ChromiumTestShellTestBase {
throws InterruptedException {
Account defaultTestAccount = SyncTestUtil.setupTestAccount(mAccountManager,
SyncTestUtil.DEFAULT_TEST_ACCOUNT, SyncTestUtil.DEFAULT_PASSWORD,
SyncTestUtil.CHROME_SYNC_OAUTH2_SCOPE, SyncTestUtil.LOGIN_OAUTH2_SCOPE,
SyncStatusHelper.AUTH_TOKEN_TYPE_SYNC);
SyncTestUtil.CHROME_SYNC_OAUTH2_SCOPE, SyncTestUtil.LOGIN_OAUTH2_SCOPE);
UniqueIdentificationGeneratorFactory.registerGenerator(
UuidBasedUniqueIdentificationGenerator.GENERATOR_ID,
......
......@@ -86,9 +86,6 @@ public class SyncStatusHelper {
}
}
@Deprecated
public static final String AUTH_TOKEN_TYPE_SYNC = "chromiumsync";
// This should always have the same value as GaiaConstants::kChromeSyncOAuth2Scope.
public static final String CHROME_SYNC_OAUTH2_SCOPE =
"https://www.googleapis.com/auth/chromesync";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment