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

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)

Created:
4 years ago by maxbogue
Modified:
4 years ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, jam, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, rouslan+autofill_chromium.org, darin-cc_chromium.org, pam+watch_chromium.org, mathp+autofillwatch_chromium.org, agrieve+watch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, wifiprefetch-reviews_google.com, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] SyncEngine 1.5: Fix all backend references in PSS. There were a lot so I made a separate CL. BUG=669967 TBR=nyquist,pam,rajendrant Committed: https://crrev.com/6b6f9f439dbd12d64de217f52dfe6b6c1af47291 Cr-Commit-Position: refs/heads/master@{#436462}

Patch Set 1 #

Total comments: 64

Patch Set 2 : Lots more s/backend/engine. #

Patch Set 3 : Fix Android. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -451 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/gsa/ContextReporter.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheLauncher.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/GmsCoreSyncListener.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java View 1 10 chunks +25 lines, -25 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/ui/PassphraseActivity.java View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java View 1 11 chunks +26 lines, -26 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/precache/PrecacheLauncherTest.java View 1 8 chunks +14 lines, -14 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/preferences/PasswordViewingTypeTest.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/sync/FakeProfileSyncService.java View 1 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/sync/ui/PassphraseActivityTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/SyncCustomizationFragmentTest.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.h View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_startup_tracker.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_startup_tracker_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 10 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc View 1 8 chunks +20 lines, -21 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 11 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler_unittest.cc View 1 8 chunks +20 lines, -22 lines 0 comments Download
M chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java View 1 2 chunks +8 lines, -7 lines 0 comments Download
M components/autofill/core/browser/autofill_experiments.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_service.h View 21 chunks +40 lines, -41 lines 0 comments Download
M components/browser_sync/profile_sync_service.cc View 63 chunks +130 lines, -131 lines 0 comments Download
M components/browser_sync/profile_sync_service_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_service_startup_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/browser_sync/test_profile_sync_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/precache/content/precache_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync/driver/about_sync_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/sync/driver/fake_sync_service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync/driver/fake_sync_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync/driver/glue/sync_backend_host_core.h View 1 chunk +1 line, -1 line 0 comments Download
M components/sync/driver/glue/sync_backend_host_impl.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M components/sync/driver/glue/sync_backend_host_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync/driver/sync_service.h View 6 chunks +9 lines, -9 lines 0 comments Download
M components/sync/engine/fake_sync_engine.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/sync/engine/sync_engine_host.h View 5 chunks +11 lines, -12 lines 0 comments Download

Messages

Total messages: 31 (20 generated)
maxbogue
Sky, PTAL! This is all the changes stemming from updating PSS terminology.
4 years ago (2016-12-05 19:00:30 UTC) #2
skym
lgtm Lets make sure we do cleanup all the usage of backend in sync code ...
4 years ago (2016-12-05 19:38:56 UTC) #5
maxbogue
Fixed a lot of other backend occurrences too, especially outside of sync (less likely to ...
4 years ago (2016-12-05 22:17:11 UTC) #14
maxbogue
Adding OWNERs for non-sync files as follows: nyquist: chrome/android/java/src/org/chromium/chrome/browser/gsa/ContextReporter.java chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheLauncher.java chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java chrome/android/javatests/src/org/chromium/chrome/browser/precache/PrecacheLauncherTest.java chrome/android/javatests/src/org/chromium/chrome/browser/preferences/PasswordViewingTypeTest.java pam: chrome/browser/supervised_user/supervised_user_service.cc ...
4 years ago (2016-12-05 22:22:21 UTC) #16
Evan Stade
> estade: > components/autofill/core/browser/autofill_experiments.cc this lgtm (this is imo TBR-worthy)
4 years ago (2016-12-05 22:28:07 UTC) #17
maxbogue
On 2016/12/05 22:28:07, Evan Stade wrote: > > estade: > > components/autofill/core/browser/autofill_experiments.cc > > this ...
4 years ago (2016-12-05 23:36:12 UTC) #18
maxbogue
TBR'ing nyquist, pam, and rajendrant.
4 years ago (2016-12-05 23:53:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551023006/40001
4 years ago (2016-12-05 23:53:59 UTC) #25
nyquist
lgtm
4 years ago (2016-12-05 23:57:45 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-05 23:59:46 UTC) #29
commit-bot: I haz the power
4 years ago (2016-12-06 00:01:56 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6b6f9f439dbd12d64de217f52dfe6b6c1af47291
Cr-Commit-Position: refs/heads/master@{#436462}

Powered by Google App Engine
This is Rietveld 408576698