Code cleanup: Merge browsing_data_ui into browsing_data |
||
Issue description//components/browsing_data_ui was added in the context of issue 595332 to introduce UI functionality shared between the Clear Browsing Data dialog in //chrome and //ios. In the meantime, we have started componentizing more of //chrome/browser/browsing_data/ in issue 620317. //components/browsing_data is now a layered component that contains both common logic and UI functionality for the Clear Browsing Data dialog. The semantic differences between the two components are now minimal. Whoever wants to include one of them will typically want the other, and whoever wants to add a new feature will be confused on which component to choose. We should merge browsing_data_ui into browsing_data.
,
Sep 27 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a765fb3e033592f5cfaea2a29f088622a66d62b3 commit a765fb3e033592f5cfaea2a29f088622a66d62b3 Author: msramek <msramek@chromium.org> Date: Tue Sep 27 14:29:12 2016 Remove the unused browsing_data_ui/ component. Its contents were moved to the browsing_data/ component in https://codereview.chromium.org/2238453002, but the directory itself and the DEPS file in it were accidentally left behind. BUG= 635873 Review-Url: https://codereview.chromium.org/2372223002 Cr-Commit-Position: refs/heads/master@{#421199} [delete] https://crrev.com/20ebca037955834a66e956a2dae71daef7884d25/components/browsing_data_ui/DEPS
,
Sep 27 2016
This is now finished, including the iOS counterpart. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 19 2016