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

Issue 1158223003: [iOS] Add FakeSyncService and factory for testing (Closed)

Created:
5 years, 6 months ago by droger
Modified:
5 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS] Add FakeSyncService and factory for testing Committed: https://crrev.com/1178c2b900d5ac2176c3ac3b1248df1620c07bf7 Cr-Commit-Position: refs/heads/master@{#333727}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Review comments #

Patch Set 4 : rebase #

Total comments: 4

Patch Set 5 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -1 line) Patch
M components/sync_driver.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/sync_driver/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A components/sync_driver/fake_sync_service.h View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
A components/sync_driver/fake_sync_service.cc View 1 2 3 4 1 chunk +121 lines, -0 lines 0 comments Download
M ios/ios_tests.gyp View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A ios/public/test/DEPS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A ios/public/test/fake_sync_service_factory.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A ios/public/test/fake_sync_service_factory.cc View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
M ios/public/test/test_chrome_browser_provider.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ios/public/test/test_chrome_browser_provider.mm View 3 chunks +7 lines, -1 line 0 comments Download
A ios/public/test/test_keyed_service_provider.h View 1 chunk +29 lines, -0 lines 0 comments Download
A ios/public/test/test_keyed_service_provider.cc View 1 2 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
droger
5 years, 6 months ago (2015-06-08 16:11:08 UTC) #2
sdefresne
lgtm with nits and comment https://codereview.chromium.org/1158223003/diff/10009/ios/public/test/fake_sync_service.h File ios/public/test/fake_sync_service.h (right): https://codereview.chromium.org/1158223003/diff/10009/ios/public/test/fake_sync_service.h#newcode14 ios/public/test/fake_sync_service.h:14: class FakeSyncService : public ...
5 years, 6 months ago (2015-06-08 16:24:17 UTC) #3
droger
I moved FakeSyncService to //components/sync_driver. +zea for components/sync_driver
5 years, 6 months ago (2015-06-09 09:06:17 UTC) #6
Nicolas Zea
sync LGTM https://codereview.chromium.org/1158223003/diff/70001/components/sync_driver/fake_sync_service.cc File components/sync_driver/fake_sync_service.cc (right): https://codereview.chromium.org/1158223003/diff/70001/components/sync_driver/fake_sync_service.cc#newcode7 components/sync_driver/fake_sync_service.cc:7: #include "components/sync_driver/data_type_manager.h" is this necessary? https://codereview.chromium.org/1158223003/diff/70001/components/sync_driver/fake_sync_service.h File ...
5 years, 6 months ago (2015-06-09 21:27:20 UTC) #7
droger
+rogerta for the new dependency of sync_driver on google_apis. This dependency is actually not new ...
5 years, 6 months ago (2015-06-10 09:31:56 UTC) #9
Roger Tawa OOO till Jul 10th
Lgtm Google APIs deps
5 years, 6 months ago (2015-06-10 12:58:29 UTC) #10
droger
Thanks for the reviews.
5 years, 6 months ago (2015-06-10 13:02:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158223003/90001
5 years, 6 months ago (2015-06-10 13:02:27 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:90001)
5 years, 6 months ago (2015-06-10 13:05:40 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 13:06:31 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1178c2b900d5ac2176c3ac3b1248df1620c07bf7
Cr-Commit-Position: refs/heads/master@{#333727}

Powered by Google App Engine
This is Rietveld 408576698