0
Files
src/ios
Nazerke bf0ce63a75 [iOS][coordinator] Modernize Alert Coordinator and its children [1/3].
This CL modernizes the AlertCoordinator, ActionSheetCoordinator,
InputAlertCoordinator, ReadingListContextMenuCoordinator
 - to use |browser| in the initializer
 - to remove the public property for  dispatcher, webStateList and
browserState if they are
 - to use self.browser to get browserState, webStateList and dispatcher
values.

This CL updates the unit tests.
Also this change includes some cleanup work such as renaming
ReadingListContextMenuCommands to be ReadingListContextMenuDelegate as
ReadingListContextMenuCommands was not configured through the dispatcher.

The second part of the bug fixture is planned to make changes in
MicrophonePermissionsManager in ios_internal.
The last part is suppose to migrate away from downstream
AlertCoordinator use and update PasswordController by passing a browser
value.

Bug: 1029346, 1047869, 1047876, 1065041, 1058017
Change-Id: I2513138a2e4b559c84b81f1935fe99a5908dfbda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134241
Commit-Queue: Nazerke Kalidolda <nazerke@google.com>
Reviewed-by: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: Mark Cogan <marq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758063}
2020-04-09 23:12:08 +00:00
..
2020-03-20 20:47:25 +00:00

This directory holds code related to the iOS port of Chromium. See
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
for a description of the structure underneath this directory.