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

Issue 62883005: Implement SyncEngine::UpdateRegisteredApps() (Closed)

Created:
7 years, 1 month ago by keishi
Modified:
7 years, 1 month ago
Reviewers:
kinuko, nhiroki, tzik
CC:
chromium-reviews, nhiroki+watch_chromium.org, kinuko+watch, tzik
Visibility:
Public.

Description

Implement SyncEngine::UpdateRegisteredApps() Test=Automated. Added SyncEngineTest.UpdateRegisteredApps BUG=240165 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235700

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -5 lines) Patch
M chrome/browser/sync_file_system/drive_backend/metadata_database.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.h View 1 5 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 4 chunks +47 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 1 5 chunks +108 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
keishi
7 years, 1 month ago (2013-11-18 07:24:55 UTC) #1
kinuko
looks good, some nits. Deferring to tzik@ for detailed review https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/sync_engine.h File chrome/browser/sync_file_system/drive_backend/sync_engine.h (right): https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/sync_engine.h#newcode122 ...
7 years, 1 month ago (2013-11-18 08:56:18 UTC) #2
nhiroki
Looks good. https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc (right): https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc#newcode1551 chrome/browser/sync_file_system/drive_backend/metadata_database.cc:1551: itr != app_root_by_app_id_.end(); ++itr) { indent-nit https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/sync_engine.cc ...
7 years, 1 month ago (2013-11-18 09:09:51 UTC) #3
keishi
https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc (right): https://codereview.chromium.org/62883005/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc#newcode1551 chrome/browser/sync_file_system/drive_backend/metadata_database.cc:1551: itr != app_root_by_app_id_.end(); ++itr) { On 2013/11/18 09:09:52, nhiroki ...
7 years, 1 month ago (2013-11-18 09:15:32 UTC) #4
nhiroki
lgtm!
7 years, 1 month ago (2013-11-18 09:19:55 UTC) #5
tzik
LGTM!
7 years, 1 month ago (2013-11-18 09:22:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/62883005/90001
7 years, 1 month ago (2013-11-18 09:22:43 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 11:26:00 UTC) #8
Message was sent while issue was closed.
Change committed as 235700

Powered by Google App Engine
This is Rietveld 408576698