|
[sync] Upstream the Android ProfileSyncService
This creates a Java-layer ProfileSyncService that is the only class that
should be used from downstream Chrome for Android. The native
counterparts should not be used.
In the process, a hashing utility and also, some identity code and their
respective tests had to be upstreamed. No functional changes have been
made to them.
BUG= 159203
TBR=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186798
Total comments: 64
Total comments: 11
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1923 lines, -16 lines) |
Patch |
|
M |
build/android/findbugs_filter/findbugs_known_bugs.txt
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/android/java/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/ModelTypeSelection.template
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/identity/UniqueIdentificationGenerator.java
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactory.java
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java
|
View
|
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+537 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/src/org/chromium/chrome/browser/util/HashUtil.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/android/java/strings/android_chrome_strings.grd
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/glue/session_model_associator.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/glue/session_model_associator.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/profile_sync_service_android.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+220 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/profile_sync_service_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+542 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/profile_sync_service_model_type_selection_android.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/sync_prefs.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/sync_prefs.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
sync/android/java/src/org/chromium/sync/internal_api/pub/SyncDecryptionPassphraseType.java
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|