FormSuggestionControllerTest accesses webViewProxy method which is not (and should not be) a part of public FormInputAccessoryViewController interface. According to Google's Unit Testing Best Practices: "Test code using real APIs - don’t define back doors only for tests.":
go/unit-test-practices?cl=head#public-apis
Comment 1 by sczs@chromium.org
, May 31 2017Status: Assigned (was: Untriaged)