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

Issue 16109008: Cleanup: Deprecate DriveFileSyncService::kServiceName (Closed)

Created:
7 years, 6 months ago by kinuko
Modified:
7 years, 6 months ago
Reviewers:
Yoyo Zhou, nhiroki, tzik
CC:
chromium-reviews, tzik+watch_chromium.org, Aaron Boodman, kinuko+watch, darin-cc_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Cleanup: Deprecate DriveFileSyncService::kServiceName Also deprecate service_name parameters everywhere in SyncFileSystem. BUG=246123 TEST=unit_tests:Drive\*, content_unittests:SyncableFileSystemUtilTest TBR=nhiroki@chromium.org, tzik@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203893

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -237 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.h View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc View 5 chunks +2 lines, -16 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive/metadata_db_migration_util_unittest.cc View 9 chunks +28 lines, -20 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service.cc View 5 chunks +2 lines, -9 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_mock_unittest.cc View 10 chunks +9 lines, -14 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store_unittest.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.h View 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.cc View 5 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service_unittest.cc View 7 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_change_processor.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_file_sync_service.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_file_sync_service.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/remote_change_processor.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/sync_file_system/remote_file_sync_service.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_unittest.cc View 5 chunks +4 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/external_mount_points.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/browser/fileapi/external_mount_points.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 2 chunks +1 line, -3 lines 0 comments Download
M webkit/browser/fileapi/syncable/canned_syncable_file_system.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/canned_syncable_file_system.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/syncable/local_file_change_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M webkit/browser/fileapi/syncable/local_file_sync_context.h View 3 chunks +2 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/syncable/local_file_sync_context.cc View 6 chunks +4 lines, -8 lines 0 comments Download
M webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc View 9 chunks +2 lines, -10 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_util.h View 2 chunks +13 lines, -19 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_util.cc View 2 chunks +16 lines, -24 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc View 7 chunks +21 lines, -22 lines 1 comment Download
M webkit/common/fileapi/file_system_util.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/common/fileapi/file_system_util.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kinuko
This is a recut of tzik's http://crrev.com/16190005 but does more aggressive removal of service name ...
7 years, 6 months ago (2013-06-03 12:07:35 UTC) #1
nhiroki
lgtm for - c/b/sync_file_system/drive/metadata_db_migration_util* - w/b/fileapi/syncable/syncable_file_system_util* https://codereview.chromium.org/16109008/diff/6002/webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc File webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc (right): https://codereview.chromium.org/16109008/diff/6002/webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc#newcode154 webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc:154: GURL("http://foo.com")).spec(); nit: Since ...
7 years, 6 months ago (2013-06-04 02:24:03 UTC) #2
tzik
lgtm
7 years, 6 months ago (2013-06-04 02:26:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/16109008/6002
7 years, 6 months ago (2013-06-04 02:35:32 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=6552
7 years, 6 months ago (2013-06-04 02:49:48 UTC) #5
kinuko
TBR-ing yoyo for c/b/e/api/developer_private_api (it's a revised version of https://codereview.chromium.org/16190005)
7 years, 6 months ago (2013-06-04 03:13:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/16109008/6002
7 years, 6 months ago (2013-06-04 03:13:59 UTC) #7
kinuko
7 years, 6 months ago (2013-06-04 07:24:05 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 manually as r203893 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698