Introduce DeleteSelectionOptions for DeleteSelectionCommand construction
This patch introduces |DeleteSelectionOptions| to avoid |bool| parameters of |DeleteSelectionCommand| construction for improving code health. Following patch will utilize |DeleteSelectionOptions| for |CompositeEditCommand::DeleteSelection()|[1] and change member variables in |DeleteSelectionCommand| class. [1] http://crrev.com/c/923615 Utilize DeleteSelectionOptions in CompositeEditCommand: :DeleteSelection() Change-Id: I84d036d109199287df250409ce99901e7bb1e589 Reviewed-on: https://chromium-review.googlesource.com/925125 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#537728}
Showing
Please register or sign in to comment