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

Issue 2873513002: Fix dependencies on OutOfProcessPatcher. (Closed)

Created:
3 years, 7 months ago by Sorin Jianu
Modified:
3 years, 7 months ago
Reviewers:
waffles, sdefresne
CC:
chromium-reviews, marq+watch_chromium.org, ios-reviews+chrome_chromium.org, noyau+watch_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix dependencies on OutOfProcessPatcher. This is a mechanical change. The component updater classes have dependencies on OutOfProcessPatcher. Before this change, a client that needed to use the ComponentUnpacker had to include component_patcher_operation.h. With this change, the clients of ComponentUnpacker only need to include component_unpacker.h BUG=719751 Review-Url: https://codereview.chromium.org/2873513002 Cr-Commit-Position: refs/heads/master@{#471002} Committed: https://chromium.googlesource.com/chromium/src/+/cca1c125366c60bc328af9697458aedd6c67aa17

Patch Set 1 #

Patch Set 2 : fixed one more dep. #

Total comments: 4

Patch Set 3 : fixes #

Total comments: 1

Patch Set 4 : build break fix #

Patch Set 5 : ios fix #

Patch Set 6 : dtor fix #

Patch Set 7 : base namespace fix #

Patch Set 8 : base namespace fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -37 lines) Patch
M chrome/browser/component_updater/chrome_component_updater_configurator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/component_updater/component_patcher_operation_out_of_process.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/component_updater/component_patcher_operation_out_of_process.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M components/update_client/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/update_client/component.h View 2 chunks +1 line, -1 line 0 comments Download
M components/update_client/component.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/update_client/component_patcher_operation.h View 1 4 chunks +5 lines, -21 lines 0 comments Download
M components/update_client/component_patcher_operation.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/update_client/component_unpacker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/update_client/component_unpacker.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/update_client/component_unpacker_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
A components/update_client/out_of_process_patcher.h View 1 2 3 4 5 6 1 chunk +40 lines, -0 lines 0 comments Download
M components/update_client/test_configurator.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/update_client/update_engine.h View 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/component_updater/ios_component_updater_configurator.cc View 1 2 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 41 (31 generated)
Sorin Jianu
This is a mechanical change. David, could you please take a look at changes for ...
3 years, 7 months ago (2017-05-08 23:43:11 UTC) #4
waffles
lgtm
3 years, 7 months ago (2017-05-08 23:45:48 UTC) #5
sdefresne
droger is OOO the whole week. I can do the review instead of him if ...
3 years, 7 months ago (2017-05-09 08:23:12 UTC) #11
Sorin Jianu
Thank you! Could you please take another look?
3 years, 7 months ago (2017-05-09 17:29:36 UTC) #13
Sorin Jianu
https://codereview.chromium.org/2873513002/diff/20001/components/update_client/out_of_process_patcher.h File components/update_client/out_of_process_patcher.h (right): https://codereview.chromium.org/2873513002/diff/20001/components/update_client/out_of_process_patcher.h#newcode15 components/update_client/out_of_process_patcher.h:15: namespace Base { On 2017/05/09 08:23:12, sdefresne wrote: > ...
3 years, 7 months ago (2017-05-09 17:30:09 UTC) #15
sdefresne
https://codereview.chromium.org/2873513002/diff/40001/components/update_client/out_of_process_patcher.h File components/update_client/out_of_process_patcher.h (right): https://codereview.chromium.org/2873513002/diff/40001/components/update_client/out_of_process_patcher.h#newcode8 components/update_client/out_of_process_patcher.h:8: namespace update_client { Move this below the #include and ...
3 years, 7 months ago (2017-05-10 07:58:52 UTC) #18
Sorin Jianu
Thank you! PTAL! I apologize for previous bad patches.
3 years, 7 months ago (2017-05-11 05:39:57 UTC) #34
sdefresne
ios/ lgtm
3 years, 7 months ago (2017-05-11 09:59:24 UTC) #35
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/2873513002/140001
3 years, 7 months ago (2017-05-11 17:33:43 UTC) #38
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 17:43:45 UTC) #41
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/cca1c125366c60bc328af9697458...

Powered by Google App Engine
This is Rietveld 408576698