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

Unified Diff: sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java

Issue 23686014: [sync] Remove the last usage of clientlogin for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/sync/SyncTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java
diff --git a/sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java b/sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java
index b3157696acc4bcf5735f480d892c6f3612281531..346639dbd4b5e07e32eaad021f70fb6e39aa006f 100644
--- a/sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java
+++ b/sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java
@@ -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";
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/sync/SyncTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698