Chromium Code Reviews
Description[ios] Clean up uses of private web API.
Convert usages of CRWWebController -setWebUsageEnabled:, -stopLoading,
-loadWithParams:, -triggerPendingLoad and -setShouldSuppressDialogs: to
instead use the corresponding API of WebState or NavigationManager (or
to use indirect call via WebState::GetView()).
Remove use of CRWWebController -webStateImpl in TabTest instead using
the pointer to the WebStateImpl owned by TabTest.
BUG=None
Review-Url: https://codereview.chromium.org/2787593002
Cr-Commit-Position: refs/heads/master@{#462049}
Committed: https://chromium.googlesource.com/chromium/src/+/7d699dd15bd2fc988a0db0f79b1a705adcce6226
Patch Set 1 #
Total comments: 6
Patch Set 2 : Rebase. #Patch Set 3 : Address comments (add TODO). #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 16 (8 generated)
|