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

Issue 23135019: Make SyncableFileSystemOperation not inherit from FileSystemOperationImpl (Closed)

Created:
7 years, 3 months ago by kinuko
Modified:
7 years, 3 months ago
Reviewers:
nhiroki, tzik
CC:
chromium-reviews, nhiroki+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Make SyncableFileSystemOperation not inherit from FileSystemOperationImpl This is necessary not to expose FileSystemOperationImpl to chrome/ and to reduce the dependency chrome -> webkit dependencies. - Move FileSystemOperationImpl-only methods to FileSystemOperation interface (Now all FSO implementations implement them) - Make SyncableFileSystemOperation inherit from FileSystemOperation (instead of Impl) - Other minor fixups BUG=266215 TEST=existing tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219734

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -152 lines) Patch
M chrome/browser/sync_file_system/local/syncable_file_system_operation.h View 4 chunks +20 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_operation.cc View 2 chunks +41 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation.h View 3 chunks +93 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.h View 1 chunk +15 lines, -74 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.cc View 2 chunks +12 lines, -16 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.h View 2 chunks +0 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.cc View 7 chunks +18 lines, -32 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kinuko
PTL
7 years, 3 months ago (2013-08-26 13:43:01 UTC) #1
nhiroki
lgtm
7 years, 3 months ago (2013-08-27 01:56:21 UTC) #2
tzik
lgtm
7 years, 3 months ago (2013-08-27 03:12:38 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/23135019/19001
7 years, 3 months ago (2013-08-27 03:29:20 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-08-27 07:43:33 UTC) #5
Message was sent while issue was closed.
Change committed as 219734

Powered by Google App Engine
This is Rietveld 408576698